From 64cc4a88da8887ef1f7f4d90be0158d2cc76222d Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 19 Mar 2012 12:57:43 +0000 Subject: httrack 3.40.4 --- INSTALL.FreeBSD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 INSTALL.FreeBSD (limited to 'INSTALL.FreeBSD') 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. -- cgit v1.2.3