summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorleo1999-12-15 22:23:56 +0000
committerleo1999-12-15 22:23:56 +0000
commit42d902539f5a812f4f6c910c42c08d6506e45f20 (patch)
treee780617e4cb7b779fb8535d43b78784e161fbbc3 /docs
parentd38ef18d5975d48404269056204ae6cecf607ec1 (diff)
Minor changes to the docs
git-svn-id: http://svn.leocad.org/trunk@34 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.txt2
-rw-r--r--docs/LINUX.txt9
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt
index 6c8a3c9..7f6aa1b 100644
--- a/docs/INSTALL.txt
+++ b/docs/INSTALL.txt
@@ -19,6 +19,8 @@ MS Windows
----------
- Extract LIBJPEG 6.0 to the win/libjpeg directory
+- Extract ZLIB to win/zlib
+- Extract LIBPNG to win/libpng
- Extract the 3DSFTK to win/3dsftk (use -d to keep directory names)
- Open VC++ and do a 'Make All'
diff --git a/docs/LINUX.txt b/docs/LINUX.txt
index 4d60f61..1d47411 100644
--- a/docs/LINUX.txt
+++ b/docs/LINUX.txt
@@ -48,11 +48,16 @@ in another place, set the environment variable LEOCAD_LIB to
that directory or start the program with the -l <path> option.
You need to have an OpenGL library, you can download Mesa
-from www.mesa3d.org if you don't have one already. You should also
-have GTK+, it's available from www.gtk.org
+from www.mesa3d.org if you don't have one already (you'll need to
+create the symlinks described in the README). You should also have
+GTK+, it's available from www.gtk.org
Current versions are:
GTK+ 1.2
+MESA 3D 3.0
+LIBJPEG 6.0
+LIBPNG 1.0
+ZLIB 1.1
COMMAND LINE OPTIONS