Installation from source in openSUSE
These instructions have not been tested in a perfectly clean openSUSE installation. Please help the project by confirming these instructions.
-
Download Superkb
wget 'https://gitlab.com/alvarezp2000/superkb/-/archive/v0.23/superkb-v0.23.tar.gz' -
Unpack it
tar xvzf superkb-v0.23.tar.gz -
Install Superkb dependencies.
sudo zypper install imlib2-devel libXft-devel libXrender-devel cairo-devel pango-devel libXinerama-devel help2man -
Enter into the Superkb directory.
cd superkb-v0.23 -
Compile Superkb.
MODTYPE=y make force -
Install Superkb.
sudo make install -
Download a sample configuration into your home directory as ‘.superkbrc’.
wget -O ~/.superkbrc 'http://superkb.org/extra/opensuse/sample-config.txt' -
Launch Superkb
superkbor, if you want to send it to the background,
superkb & -
You may need to tweak the configuration. If you do, reload Superkb by killing it:
killall superkband reloading it as in step 8.
