kde-extraapps/kget
Ivailo Monev e6a0f5bef7 kget: read the file in chunks from Verifier::checksum()
may slow the hashing of large files but will require less memory for such

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-21 13:33:44 +02:00
..
conf generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00
core kget: read the file in chunks from Verifier::checksum() 2022-12-21 13:33:44 +02: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 kget: cache the font used by ProxyWidget 2022-11-28 00:24:19 +02:00
tests generic: make use of the new KRandom::randomMax() function 2022-09-26 12:06:05 +03:00
transfer-plugins kget: adjust to KIO changes 2022-12-06 04:34:04 +02:00
ui generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00
AUTHORS added libktorrent and kget (require boost, FIXME) 2014-11-19 17:18:01 +00:00
CMakeLists.txt generic: version bump 2022-12-01 22:09:47 +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 generic: prepare for Katie changes 2022-11-13 15:37:30 +02: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