kde-extraapps/kget
Ivailo Monev eed6d375b2 kget: remove konqueror support
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-25 06:02:11 +02:00
..
conf kget: remove konqueror support 2021-02-25 06:02:11 +02:00
core generic: adjust to Katie changes 2020-04-22 12:34: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 kget: remove konqueror support 2021-02-25 06:02:11 +02: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: remove use of kde4_add_ui_files() macro 2020-02-21 17:41:26 +00: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 generic: remove reference to KDE4Workspace installation paths 2020-02-21 16:40:11 +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 kget: remove konqueror support 2021-02-25 06:02:11 +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