httrack 3.40.4

This commit is contained in:
Xavier Roche
2012-03-19 12:57:43 +00:00
parent 844ecc3707
commit 64cc4a88da
111 changed files with 36157 additions and 9746 deletions

10
INSTALL.Linux Normal file
View File

@@ -0,0 +1,10 @@
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.