Save-Point
[NxEngine] Compilation help - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: [NxEngine] Compilation help (/thread-5216.html)



[NxEngine] Compilation help - Narzew - 07-12-2014

Hello. I succesfully compiled NxEngine on Linux; I used only one command:
Code:
make -j4

I need help compiling the NxE on Windows platform.
The compiler for Linux that can compile that engine for Windows platform should be nice.

Can anyone help me ?

Link to engine: http://nxengine.sourceforge.net/


RE: [NxEngine] Compilation help - hanetzer - 07-14-2014

You can use msys2 to get a *nix environment on windows; I used it to compile mkxp for windows with success.