HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Linux Compilacion / Compile
Author: Xavier Roche
Date: 04/09/2011 16:59
 
> I downloaded the source code
> (http://download.httrack.com/cserv.php3?File=httrack
> .tar.gz) but  I do not know how I can compile or
> run. I see many files and I do not know how to run
> the program.
> I appreciate if I can give me some instruction on
> this issue.

./configure && make && make install

or, if to be installed in another directory,
./configure --prefix=/path/to/directory && make && make install
DESTDIR=/path/to/directory
 
Reply Create subthread


All articles

Subject Author Date
Linux Compilacion / Compile

04/01/2011 23:34
Re: Linux Compilacion / Compile

04/02/2011 08:44
Re: Linux Compilacion / Compile

04/09/2011 16:59




3

Created with FORUM 2.0.11