kde-extraapps/kget
Ivailo Monev f840649b58 generic: support building projects separately
TODO from https://github.com/fluxer/katana/issues/7.

kget and libktorrent cannot be build separately because libktorrent depends
on boost (or miniboost which is bundled) and kget depends on libktorrent.

syndication include paths were adjusted to build from the top-level
directory since it was used not only by akregator, that is no longer the
case and it should probably be moved to akregator sub-directory but that
will be decided in the future.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 23:43:40 +00:00
..
conf generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
core generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00: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 generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
plasma generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
tests generic: include required headers 2020-02-04 17:42:00 +00:00
transfer-plugins generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
ui generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +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
CMakeLists.txt generic: support building projects separately 2020-02-10 23:43:40 +00: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 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 generic: misc cleanups 2016-03-26 18:49:15 +00:00
mainwindow.h generic: adjust to Katie changes 2019-05-23 02:12:07 +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 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