OpenXcom Forum
Contributions => Offtopic => Topic started by: Angelus_EV on July 26, 2015, 07:40:22 pm
-
hello i need help i don't know how to compile a game, can anyone help me and compile a windows version of this branch???
https://github.com/OpenDUNE/OpenDUNE (https://github.com/OpenDUNE/OpenDUNE)
-
Probably simples way to do it is grab MinGW with MSYS and GIT: https://msysgit.github.io/
Next you need grab sdl dev for MinGW: https://www.libsdl.org/download-1.2.php
Download that source code and build it using mingw command:
git clone https://github.com/OpenDUNE/OpenDUNE.git OpenDUNE && cd OpenDUNE && make -f Makefile.in
-
There are also Visual Studio project files under projects subfolder (https://github.com/OpenDUNE/OpenDUNE/tree/master/projects), although I don't know if they're up to date. This would require SDL version for Visual Studio (https://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip).