kde-extraapps/kget
2015-05-20 20:37:13 +00:00
..
cmake/modules added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
conf generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
core kget: increase transfer events timer to 1000ms (1sec) 2015-05-20 01:49:09 +00:00
dbus generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
desktop added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
extensions generic: remove KDE prefix from header inclusions 2015-05-20 20:37:13 +00:00
plasma generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
sounds kget: apply upstream 27ca316a 2014-12-31 14:43:13 +00:00
tests generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
transfer-plugins generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
ui generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
.krazy added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
Changelog added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt generic: require KDE 4.14.3 at minimum 2015-01-20 17:31:51 +00:00
COPYING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
COPYING.LIB added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
DESIGN added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
HACKING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
kget_export.h added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
main.cpp added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
mainwindow.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
mainwindow.h added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
Messages.sh added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
README added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
TODO generic: housekeeping 2015-02-27 09:35:16 +00:00

KGET README

KGet is included in the kdenetwork module.
If you just want to install KGet alone, please read
the instructions below.

* Install kdelibs from trunk.
* svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
* cd kdenetwork
* svn up cmake kget
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=/path/to/kde4 ..
* make
* make install


kget @ kde.org