Show Posts
|
Pages: 1 [2] 3 4 ... 11
|
27
|
The Ur-Quan Masters Re-Release / Technical Issues / Re: Compiling
|
on: August 25, 2012, 05:04:08 pm
|
I wish, but I don't have the know-how to be able to do something like that. I'd end up messing it up for everyone. Perhaps, when I get more familiar with everything. I mean, I could update the DLLs and such, but I'm never sure what else needs updating. Or how to update them.
|
|
|
28
|
The Ur-Quan Masters Re-Release / Technical Issues / Re: Compiling
|
on: August 23, 2012, 12:03:42 am
|
Why not just create a mingw with all the necessary things, and then an UQM file with all the necessary things and create instructions similair to these: How to compile UQM on Windows: 1. Download the version of Mingw and Msys which is specific to UQM (including all dlls and linked files) 2. Download this file: UQM (to place the exe in later) 3. Go to Msys, in the file Mingw, then load it. 4. Load the source code file into the Msys prompt: Cd /c/path to file 5. Type "./build.sh uqm config" press ENTER. 6. Type "./build.sh uqm depend" press ENTER. 7. Type "./build.sh uqm" press ENTER. 8. Once that has finished, go into the source code and take "UQM-Debug.exe" and place it in the UQM that you downloaded earlier. 9. Play "Uqm-debug.exe".
That way, an inexperienced user, like me, can compile easily, with a lot less hassle.
This is what I set up for myself, so that I can remember how to do it (plus the first two steps added now)
|
|
|
|
|