OpenXcom Forum

OpenXcom => Offtopic => Topic started by: Angelus_EV on July 26, 2015, 07:40:22 pm

Title: OpenDUNE
Post 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)
Title: Re: OpenDUNE
Post by: Yankes on July 26, 2015, 08:16:50 pm
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:
Code: [Select]
git clone https://github.com/OpenDUNE/OpenDUNE.git OpenDUNE && cd OpenDUNE && make -f Makefile.in
Title: Re: OpenDUNE
Post by: AndO3131 on July 26, 2015, 08:38:50 pm
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).