blob: 21148d6b9eaf4c6309d8e0a21c5416be20dd85d9 (
plain)
1
2
3
4
5
6
7
8
9
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.
|