summaryrefslogtreecommitdiff
path: root/INSTALL.Linux
blob: e499c8d5a4e77d86e391fc2bf6a359907d2ed166 (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 achieved 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.