mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 00:16:02 +03:00
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
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.
|