Files
httrack/INSTALL.Linux
Xavier Roche 64cc4a88da httrack 3.40.4
2012-03-19 12:57:43 +00:00

11 lines
335 B
Plaintext

HTTrack Website Copier - Install notes
--------------------------------------
On most systems (including GNU/Linux), installing can be easily acheived using the following command:
./configure && make && make install
-or- (if not compiling as root)
./configure && make && su -c 'make install'
See also the INSTALL generic help file.