diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
commit | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch) | |
tree | e72af709fbce8bc495f51e7f0518de9a9a2c3b7f /html/faq.html | |
parent | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff) |
httrack 3.40.4
Diffstat (limited to 'html/faq.html')
-rw-r--r-- | html/faq.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/html/faq.html b/html/faq.html index c5146a9..9225147 100644 --- a/html/faq.html +++ b/html/faq.html @@ -380,7 +380,15 @@ A: <em>Yes, it does</em> A: <em>WinHTTrack is the Windows release of HTTrack (with a graphic shell)</em> <br><br><a NAME="QG5">Q: <strong>Is HTTrack Mac compatible?</strong></a><br> -A: <em>No, because of a lack of time. But sources are available</em> +A: <em>Yes, using the original sources: +
+<pre>
+tar xvfz httrack-*.tar.gz
+cd httrack-*
+./configure --prefix=/usr/local && make && make install
+/usr/local/bin/httrack
+</pre>
+But there are no official binaries, because of a lack of time</em> <br><br><a NAME="QG6">Q: <strong>Can HTTrack be compiled on all Un*x?</strong></a><br> A: <em>It should. The <tt>Makefile</tt> may be modified in some cases, however</em> |