yoDownet is an open-source && free graphical download manager project that tries to be simple and minimal, also for sake of humor it's described as "The Previous Generation Graphical Download Manager".
yoDownet has been translated into below languages:
* English
* Estonian
* Persian
* Turkish
* Vietnamese
* Dutch
* Czech
We're handling translations via transifex which rocks <3
transifex.com/projects/p/yodownet
Here you can get a list of packages available for specific Linux distro.
yoDownet is built on top of the Qt/C++ toolkit, compile and build the project is simple like any other project out there, no godzilla will jump out on you ;)
To compile|build yoDownet on gnu/linux the main dependency is Qt, Just Qt and nothing else!
To build yoDownet, execute at the extracted source directory
$ qmake -config release
$ make
$ make install
That's it, now if you are a KDE|* DE user you can find yoDownet in Network|Internet category or just type it out at Konsole|Command-Line ;)
$ yoDownet
$ make clean
Add -config debug to the qmake invocation
$ qmake -config debug
$ qmake "CONFIG += qtestlib console"
yoDownet is released under GPLv3. Free and OpenSource ;)