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 |
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
| /* | |
| ____ _____ | |
| /\__ \ /\ ___\ | |
| \/__/\ \ \ \ \__/_ | |
| \ \ \ \ \____ \ | |
| _\_\ \ \/__/_\ \ | |
| /\ _____\ /\ _____\ | |
| \/______/ \/______/ | |
| Copyright (C) 2011 Joerg Seebohn |
NewerOlder