You have to install QT sudo apt-get install qt4-default
Now download the .zip file and extract it.
Open a terminal an move wit cd into the extracted folder.
Use the following commands to compile the 4chandownloader. qmake-qt4 make
Now you can test the application with the following command.
Replace FILENAME with the name of the extracted folder. ./FILENAME
Now your applicarion should be compiled.
Hope it works!
Wow, thanks!. I recently moved to linux and I couldn't run this. I thought that the linux version was abandoned because there isn't any info and the last .deb version was in 0.9.6 or something like this.
Thanks again bro.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Hi
you can compile a Linux version wirh QT.
You have to install QT
sudo apt-get install qt4-default
Now download the .zip file and extract it.
Open a terminal an move wit cd into the extracted folder.
Use the following commands to compile the 4chandownloader.
qmake-qt4
make
Now you can test the application with the following command.
Replace FILENAME with the name of the extracted folder.
./
FILENAMENow your applicarion should be compiled.
Hope it works!
Source: http://wiki.ubuntuusers.de/Qt#Das-erste-Programm
Thanks.
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Wow, thanks!. I recently moved to linux and I couldn't run this. I thought that the linux version was abandoned because there isn't any info and the last .deb version was in 0.9.6 or something like this.
Thanks again bro.
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
This is very good, thanks. Awesome for Linux servers. I think you also get a Linux command line version.
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Wow. Thanks. So simple yet so hard to find. Thanks for the answer man.