kde-extraapps/kget
Ivailo Monev 3f9dfd0f09 kget: use the new kde4_add_dbus_service() macro
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-27 15:04:14 +03:00
..
conf kget: create password store if required for saving the web interface password but not created yet 2022-09-20 11:05:29 +03:00
core generic: compiler warnings fixes 2022-06-06 15:25:57 +03: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: compiler warnings fixes 2022-06-06 15:25:57 +03:00
ui kget: drop signature verification support 2022-04-10 01:16:37 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt generic: remove workflow and CI files, new home 2022-09-24 05:59:56 +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 kget: drop support for metalink 2022-03-27 12:41:00 +03: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