summaryrefslogtreecommitdiff
path: root/docs/INSTALL.txt
blob: 6c8a3c96c756b3d168e2b440c914b93e44155973 (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
================
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'