Files
httrack/INSTALL.Linux

11 lines
342 B
Plaintext
Raw Permalink Normal View History

2012-03-19 12:57:43 +00:00
HTTrack Website Copier - Install notes
--------------------------------------
2015-07-27 09:18:45 +02:00
On most systems (including GNU/Linux), installing can be easily achieved using the following command:
2012-03-19 12:57:43 +00:00
./configure && make && make install
-or- (if not compiling as root)
2013-06-09 14:12:21 +00:00
./configure --prefix=$HOME && make && make install
2012-03-19 12:57:43 +00:00
See also the INSTALL generic help file.