kde-extraapps/kget
Ivailo Monev 7e4734330a kget: drop support for metalink
for reference:
265b14d6b3

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-27 12:41:00 +03:00
..
conf kget: replace SQL with JSON history backend 2021-10-02 04:14:44 +03:00
core kget: drop support for metalink 2022-03-27 12:41:00 +03:00
dbus generic: make changes required for building against Katie 2015-11-25 10:40:41 +00:00
desktop generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
extensions kget: replace QHttpRequestHeader with custom request parser 2022-02-19 18:32:18 +02:00
plasma generic: fix bad usage of mutable iterators 2022-03-02 02:45:06 +02:00
tests kget: drop support for metalink 2022-03-27 12:41:00 +03:00
transfer-plugins kget: drop support for metalink 2022-03-27 12:41:00 +03:00
ui kget: drop support for metalink 2022-03-27 12:41:00 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt kget: drop support for metalink 2022-03-27 12:41:00 +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