kde-extraapps/kget
Ivailo Monev 45dcabf7f8 generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-13 15:37:30 +02:00
..
conf generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00
core generic: prepare for Katie changes 2022-11-13 15:37:30 +02:00
dbus generic: make changes required for building against Katie 2015-11-25 10:40:41 +00:00
desktop kget: use the new kde4_add_dbus_service() macro 2022-09-27 15:04:14 +03:00
extensions kget: adjust to KHTTP changes 2022-05-10 14:57:21 +03:00
plasma generic: use static QProcess::startDetached() method instead of creating objects 2022-09-22 06:16:15 +03:00
tests generic: make use of the new KRandom::randomMax() function 2022-09-26 12:06:05 +03:00
transfer-plugins generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00
ui generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt generic: show feature and package summary when building from subdirectory 2022-10-03 20:32:24 +03: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.notifyrc kget: misc cleanups 2015-09-06 14:01:24 +03:00
kget_export.h generic: generate export headers 2021-07-28 14:58:10 +03:00
main.cpp generic: remove win leftovers 2021-03-26 22:18:42 +02:00
mainwindow.cpp generic: prepare for Katie changes 2022-11-13 15:37:30 +02:00
mainwindow.h kget: drop support for metalink 2022-03-27 12:41:00 +03: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