Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
November 22, 2024, 08:27:19 am
News:
If you can't login, please
contact us
with your username and e-mail so we can fix it.
Home
Help
Search
Calendar
Login
Register
OpenXcom Forum
»
Contributions
»
Offtopic
»
OpenDUNE
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: OpenDUNE (Read 4368 times)
Angelus_EV
Colonel
Posts: 181
Trust no one
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
Logged
Yankes
Global Moderator
Commander
Posts: 3349
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
Logged
AndO3131
Colonel
Posts: 137
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
.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
OpenXcom Forum
»
Contributions
»
Offtopic
»
OpenDUNE