From ad5b7acc19290ff91e0f42a0de448a26760fcf99 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 19 Mar 2012 12:36:11 +0000 Subject: Imported httrack 3.20.2 --- INSTALL | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..f863ec7 --- /dev/null +++ b/INSTALL @@ -0,0 +1,36 @@ +HTTrack Website Copier, Offline Browser for Windows and Unix +Copyright (C) Xavier Roche and other contributors + +* How to install (Linux/Unix) : + tar xvfz httrack-xxxx.tar.gz + cd httrack-xxxx + cd src + ./configure + make + make install + +you can also use something like: + ./configure --prefix=/usr --etcdir=/etc --libdir=/usr/lib --bindir=/usr/bin --make --install + +or for static mode: + ./configure --static --prefix=/usr --etcdir=/etc --libdir=/usr/lib --bindir=/usr/bin --make --install + +If problems occurs, try + ./configure --help +and follow the instructions + +* How to install (Windows with installshield) : + extract all files from the ZIP file and launch 'setup.exe' + after installing, launch WinHTTrack.exe + +* How to install (Windows without installshield) : + unzip all files in an empty folder + copy DLL's (if necessary) from dll/ in your windows dll directory (example: C:\WINNT\system32) + launch WinHTTrack.exe + + +See other readme and doc files for more information! + +Have fun with HTTrack Website Copier! +The authors + -- cgit v1.2.3