blob: e59c6660b248d197571aed6cd60dec57696bc869 (
plain)
1
2
3
4
5
6
7
8
9
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.
|