kde-extraapps/kget
2014-12-21 14:20:01 +00:00
..
cmake/modules added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
conf removed Nepomuk support from kget 2014-11-23 18:50:18 +00:00
core removed kget dependency on boost 2014-11-24 23:33:32 +00:00
dbus update kget dbus interface 2014-11-26 01:40:41 +00:00
desktop added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
extensions fixed linking of kget browser extension 2014-11-23 19:02:40 +00:00
plasma added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
sounds notify with popup when KGet downloads finish 2014-12-09 20:44:33 +00:00
tests removed Nepomuk support from kget 2014-11-23 18:50:18 +00:00
transfer-plugins removed Nepomuk support from kget 2014-11-23 18:50:18 +00:00
ui start downloading immidiatly after adding new transfer 2014-12-21 14:20:01 +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 include miniboost globally (TODO: make it possible to use host boost) 2014-12-01 20:29:40 +00:00
COPYING added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
COPYING.DOC 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 added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +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 added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +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