summaryrefslogtreecommitdiff
path: root/INSTALL.FreeBSD
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-09 14:12:21 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-09 14:12:21 +0000
commit40635cc09280338b378bed710b3650901f3d54dc (patch)
tree60d818a422911b65aaa34b75cb630859580a7ef1 /INSTALL.FreeBSD
parentcb3ce84e3c6c9ada5a141d967c7a9bbafdc1b061 (diff)
Refreshed INSTALL files
Diffstat (limited to 'INSTALL.FreeBSD')
-rw-r--r--INSTALL.FreeBSD10
1 files changed, 0 insertions, 10 deletions
diff --git a/INSTALL.FreeBSD b/INSTALL.FreeBSD
deleted file mode 100644
index e59c666..0000000
--- a/INSTALL.FreeBSD
+++ /dev/null
@@ -1,10 +0,0 @@
-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.