summaryrefslogtreecommitdiff
path: root/docs/INSTALL.txt
blob: 7f6aa1bed906a0ea243991c249f6a4b4ba950513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
================
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 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'