kde-extraapps/kget
Ivailo Monev 4433e55536 generic: generate export headers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-28 14:58:10 +03:00
..
conf kget: check during runtime for SQLite 2021-03-09 15:30:33 +02:00
core kget: check during runtime for SQLite 2021-03-09 15:30:33 +02: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: remove konqueror support 2021-02-25 06:02:11 +02:00
plasma kget: keep track of source URL in applets 2021-07-23 18:50:02 +03:00
tests kget: testing build fix 2021-03-02 20:16:32 +02:00
transfer-plugins kget: remove redundant libktorrent version checks 2021-07-21 21:10:07 +03:00
ui kget: remove konqueror support 2021-02-25 06:02:11 +02: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
CMakeLists.txt kget: check during runtime for SQLite 2021-03-09 15:30:33 +02: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: conditionally include the test component meta header 2021-03-04 20:13:33 +02:00
mainwindow.h kget: remove konqueror support 2021-02-25 06:02:11 +02: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