Install semantik on Ubuntu 24.04 in WSL
Use git to download sourcecode eg git clone %filename%.git
sudo apt install libkf5kdelibs4support-dev libqt5svg5-dev qtwebengine5-dev qtpositioning5-dev python3-dev libkf5doctools-dev python3-pygments qttools5-dev-tools
If new installation of ubuntu, need to install compilation tools and if your python installed on machine is called python3, install this python-is-python3
for convenience.
sudo apt install python-is-python3 gcc g++
cd semantik
./waf configure build
sudo ./waf install
cd ~/.config
vim kdeglobals
Add
[Development]
AutoCheckAccelerators=false
to kdeglobals
to get rid of weird & ampersand in GUI
Run using
LD_LIBRARY_PATH=/usr/lib64 semantik