summaryrefslogtreecommitdiff
path: root/docs/INSTALL.txt
diff options
context:
space:
mode:
authordocwhat1999-11-14 06:43:18 +0000
committerdocwhat1999-11-14 06:43:18 +0000
commitd71eec8062e852e56f03102ba4b4e87dc485821d (patch)
tree452368ad0e7e24627e517a0c88c2508d02cea6dc /docs/INSTALL.txt
parent2046090b7ce8dd901ce43e650be5acf44016d714 (diff)
Initial revision
git-svn-id: http://svn.leocad.org/trunk@2 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'docs/INSTALL.txt')
-rw-r--r--docs/INSTALL.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt
new file mode 100644
index 0000000..6c8a3c9
--- /dev/null
+++ b/docs/INSTALL.txt
@@ -0,0 +1,24 @@
+
+================
+COMPILING LeoCAD
+================
+
+Linux/GNU platforms
+-------------------
+
+All your config options go into config.mk
+
+You will need jpeglib. Install compile/install it and add it's header
+directory as a -I to CPPFLAGS and -L to LDFLAGS. This isn't required if
+it is installed to "standard" locations, like /usr/include and /usr/lib
+
+Then just type MAKE
+
+
+MS Windows
+----------
+
+- Extract LIBJPEG 6.0 to the win/libjpeg directory
+- Extract the 3DSFTK to win/3dsftk (use -d to keep directory names)
+- Open VC++ and do a 'Make All'
+