Skip to content

Instantly share code, notes, and snippets.

@cjwomack
Last active July 22, 2024 11:37
Show Gist options
  • Save cjwomack/839cd23da0364aa5f48dc60ea47739ef to your computer and use it in GitHub Desktop.
Save cjwomack/839cd23da0364aa5f48dc60ea47739ef to your computer and use it in GitHub Desktop.
Install semantik on Ubuntu 24.04

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment