summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:36:11 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:36:11 +0000
commitad5b7acc19290ff91e0f42a0de448a26760fcf99 (patch)
tree2d1867758835fd0c4e443ff3cc7e5c774af85874 /INSTALL
Imported httrack 3.20.2
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL36
1 files changed, 36 insertions, 0 deletions
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
+