Created
March 7, 2019 19:23
-
-
Save ultimateprogramer/beb454e98fb1063ba2f939a1933fbc59 to your computer and use it in GitHub Desktop.
Install KTechLab on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install git kdelibs5-dev kdevplatform-dev qt4-dev-tools cmake libglib2.0-dev | |
| mkdir git-ktechlab && cd git-ktechlab | |
| git clone git://github.com/ktechlab/ktechlab.git | |
| cd ktechlab | |
| mkdir build && cd build | |
| cmake .. -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/local/ | |
| make | |
| sudo make install | |
| kbuildsycoca4 &> /dev/null | |
| sudo update-mime-database /usr/share/mime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On running the first line (under Ubuntu 20.04) I get