Author Topic: OpenDUNE  (Read 3761 times)

Offline Angelus_EV

  • Colonel
  • ****
  • Posts: 181
  • Trust no one
    • View Profile
OpenDUNE
« 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

Offline Yankes

  • Commander
  • *****
  • Posts: 3207
    • View Profile
Re: OpenDUNE
« Reply #1 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

Offline AndO3131

  • Colonel
  • ****
  • Posts: 137
    • View Profile
Re: OpenDUNE
« Reply #2 on: July 26, 2015, 08:38:50 pm »
There are also Visual Studio project files under projects subfolder, although I don't know if they're up to date. This would require SDL version for Visual Studio.