Last active
June 27, 2024 14:07
-
-
Save niun/6ae2648c73ac304d4151 to your computer and use it in GitHub Desktop.
Build and install kdeconnect from git repository on (k)ubuntu 14.04 and 13.10
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 build-essential cmake kdebase-workspace-dev libqjson-dev git libqca2-dev | |
git clone git://anongit.kde.org/kdeconnect-kde | |
cd kdeconnect-kde | |
cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ./ | |
make | |
sudo make install | |
qdbus org.kde.kded /kded loadModule kdeconnect | |
kbuildsycoca4 -noincremental |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment