mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
![]() this will reject URLs such as https://foobar.com/ because kget cannot handle such even tho KIO can get the page content (without the filename component there is no telling what kget should save the URLs as, the destination has to completed with filename manually) Signed-off-by: Ivailo Monev <xakepa10@gmail.com> |
||
---|---|---|
.. | ||
conf | ||
core | ||
dbus | ||
desktop | ||
extensions | ||
plasma | ||
tests | ||
transfer-plugins | ||
ui | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.LIB | ||
DESIGN | ||
HACKING | ||
kget.notifyrc | ||
kget_export.h | ||
main.cpp | ||
mainwindow.cpp | ||
mainwindow.h | ||
Messages.sh | ||
README |
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