Hey guys.
I'm trying to test out the latest build of the game, and rather than wait for people to upload .exe compiles, I've decided to start downloading and compiling the latest revisions.
Never done anything like this before, so here I go!
Download and set up the TortoiseSVN, check
Download latest revision, check
Download C::B, and follow the wiki on getting that set up and prepared... mostly done.
Where I get completely lost is this:
* copy the dynamic libraries (*.dll) from contrib\dlls\ to the UFO:AI root dir, or into a directory in your path (e.g. c:\windows\system32). Or add the contrib\dlls directory to your path.
* You may also need to add the MinGW\bin directory, and the c:\development\codeblocks\MinGW\libexec\gcc\mingw32\4.4.1 directory to your path for the compiler to work. Code::Blocks will need a restart for this.
Now you are ready to open the UFO:AI workspace file and compile the game. You will find this file under \build\projects
I copy the who from what to the where? And how do I tell C::B what I just did?
What's my path? There's a lot of paths inside a computers multitudes of directories.
Assuming that the latest build files were downloaded to,
C:\UFOAI Dev\
And C::B was installed in
C:\Codeblocks\
And the paths were changed accordingly with the directions on the wiki, where do I go from here?