summaryrefslogtreecommitdiff
path: root/INSTALL.FreeBSD
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:57:43 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:57:43 +0000
commit64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch)
treee72af709fbce8bc495f51e7f0518de9a9a2c3b7f /INSTALL.FreeBSD
parent844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff)
httrack 3.40.4
Diffstat (limited to 'INSTALL.FreeBSD')
-rw-r--r--INSTALL.FreeBSD10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL.FreeBSD b/INSTALL.FreeBSD
new file mode 100644
index 0000000..e59c666
--- /dev/null
+++ b/INSTALL.FreeBSD
@@ -0,0 +1,10 @@
+HTTrack Website Copier - Install notes
+--------------------------------------
+
+FreeBSD systems not including libpthread.so (-lpthread) must use the -pthread gcc flag:
+
+./configure CC='gcc -pthread' && make && make install
+-or- (if not compiling as root)
+./configure CC='gcc -pthread' && make && su -c 'make install'
+
+See also the INSTALL generic help file.