forked from Attnam/ivan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
44 lines (28 loc) · 759 Bytes
/
INSTALL
File metadata and controls
44 lines (28 loc) · 759 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Compiling IVAN under different systems
--------------------------------------
Under Linux and OS X, type:
./configure
make
make install
Note: Wizard Mode is disabled by default. To enable it run:
./configure CXXFLAGS="-O0 -DWIZARD"
make
make install
--------------------------------------
Under DOS:
If you have DJGPP 2.03+ and gcc 2.952+
installed, type:
make -f ivandj.mak
--------------------------------------
Under Win32:
If you have MinGW 1.1+ and gcc
2.95.3-6+ installed, type:
make -f ivanmgw.mak
If you have VC++ 5.0+ installed,
just open IVAN.dsw and build the
Main project.
For both compilers you need to
install SDL development libraries,
which can be downloaded from:
http://www.libsdl.org/
--------------------------------------