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
20 To compile on Windows with Microsoft Visual Studo:
21 Open a Microsoft Visual Studio command prompt
25 cmake --build . --config Release
27 To compile on Windows with MinGW:
30 cmake -G "MinGW Makefiles" ..
39 If you are using another compiler suite then get cmake to generate the correct
45 Tested with Borland C 3.1
46 copy nspark\msdos\nspark.prj to nspark then, from the nspark directory, run: