summaryrefslogtreecommitdiff
path: root/INSTALL.Linux
blob: 6ab25436ecb51b3a68761a295d777f855592f881 (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 --prefix=$HOME && make && make install

See also the INSTALL generic help file.