Okay yes, I figured that out, thanks though. SO...
here I am now.
I have all of the stuff download and installed that
http://spring.clan-sy.com/wiki/Building ... on_Windows says to use. In the cmake-gui, for the source code, I have: ../SpringCode/Master/spring
which is everything from the spring/master download, and for the build, I have: ../SpringCode/MySpring
So far so good I think. Next, I press the configure button and again, using the "MinGW Makefiles" and "Use Defaults" selected, I press ok I get the following Errors here
http://nopaste.com/p/ahgQxXSdq
Again, it seems as though yargarto tools sh.exe is messing up the path, so I get into the "Environment Variables" to edit the PATH and remove "C:/Program Files/yagarto-tools-20070303/bin/sh.exe", but it's listed only as "C:/Program Files/yagarto-tools-20070303/bin/", so I delete that.
Back in cmake, I delete cache, and try again but still the same error.
But I I press it again I get this now
http://nopaste.com/p/aJy7cAjWm, most of which looks good until:
"SDL not found on your system, disabling:
* spring (engine)
* AIs"
and
"CMake Error at rts/build/cmake/FindFreetype.cmake:87 (message):
Could not find FreeType library
Call Stack (most recent call first):
tools/unitsync/CMakeLists.txt:11 (FIND_PACKAGE)"
Okay, so now what?
------------------
NVM, I got all of that stuff down. Apparently I had to manually tell cmake where to find SDL and other various libraries. I am currently in the middle of building the project right now.
Question though!!
When this part is done and I want to only make some modifications to an AI, do I have to go through this process again? Or do I only need to build the AI I am working with?