From 40635cc09280338b378bed710b3650901f3d54dc Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 9 Jun 2013 14:12:21 +0000 Subject: Refreshed INSTALL files --- INSTALL.FreeBSD | 10 ---------- INSTALL.Linux | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 INSTALL.FreeBSD 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. diff --git a/INSTALL.Linux b/INSTALL.Linux index 21148d6..6ab2543 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -5,6 +5,6 @@ On most systems (including GNU/Linux), installing can be easily acheived using t ./configure && make && make install -or- (if not compiling as root) -./configure && make && su -c 'make install' +./configure --prefix=$HOME && make && make install See also the INSTALL generic help file. -- cgit v1.2.3