Merge pull request #7 from ccawley2011/msvc
[debian-nspark.git] / COMPILING
blob42d933bab8ad6d5a26c27f5ccb6101227ec6c374
1 Build with makefiles on Unix, Windows and RISC OS
2 ===================================================
4 To compile on Windows with Microsoft Visual Studio:
5   Open a Microsoft Visual Studio command prompt
6   nmake -f win32\makefile
8 To compile on Windows with MinGW:
9   mingw32-make -f makefile.gcc SYSTYPE=WINNT
11 To compile on Unix:
12   make -f makefile.gcc
14 To compile on RISC OS:
15   make -f makefile.gcc SYSTYPE=RISCOS
17 Build with cmake on Windows
18 ==============================
20 To compile with Microsoft Visual Studo:
21   Open a Microsoft Visual Studio command prompt
22   cmake -G "NMake Makefiles" .
23   nmake
25 Or to compile with MinGW:
26   cmake -G "MinGW Makefiles" .
27   mingw32-make
29 If you are using another compiler suite then get cmake to generate the correct
30 makefiles
32 Build with cmake on Unix
33 ===========================
35 Run:
36   cmake -G "Unix Makefiles" .
37   make
39 Build on MSDOS
40 =================
42 Tested with Borland C 3.1
43 copy nspark\msdos\nspark.prj to nspark then, from the nspark directory, run:
44   bc31 /b nspark.prj