Game Core Library
Posted by: Garrett Whelan on
Dec 3rd, 2008
Compiling and File Structure:
Once you download and unzip the file GC.zip you will have something that looks like this./GC/
./GC/doc/
./GC/source/
./GC/build/
For compilation, search under the build directory for your OS/compile tool(currently only .NET2k3 under windows).
Beneath the source directory is, well, the source code. The most complete guide to that can be found in the documentation.
Beneath the doc directory is a copy of Doxys and a configuration file. Double click on Doxys(under windows) to create your own copy of the documentation within this folder(based on comments in the source code).
