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
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" .
25 Or to compile with MinGW:
26 cmake -G "MinGW Makefiles" .
29 If you are using another compiler suite then get cmake to generate the correct
32 Build with cmake on Unix
33 ===========================
36 cmake -G "Unix Makefiles" .
42 Tested with Borland C 3.1
43 copy nspark\msdos\nspark.prj to nspark then, from the nspark directory, run: