Skip to content

Instantly share code, notes, and snippets.

@niun
Last active June 27, 2024 14:07
Show Gist options
  • Save niun/6ae2648c73ac304d4151 to your computer and use it in GitHub Desktop.
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
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