Dev Setup

From TACWiki
Revision as of 10:50, 5 April 2008 by Belmonte (Talk | contribs) (Download the Code)

Jump to: navigation, search

Follow these steps to run the development build of the game.

System Requirements

This game requires the following for both development and released versions:

  • Intel-based PC with at least 1.0 GHz
  • Windows XP or Windows Vista (it has been reported that Macintosh systems running Boot Camp can run the released build, but development must be done on a Windows machine)
  • Graphics card with Pixel Shader 1.0+ (any computer that can run Windows Vista meets this requirement)

Download and Install the Software

Download the Code

  • Obtain a Subversion username and password from a Subversion Admin (Matthew or August). The username will be used to track your changes to the code repository and the password will be known by all Subversion Admins, so don't use your "real" password!
  • From within the Windows Explorer, check out the repository:
  • Register the code dependencies
    • Again within the Windows Explorer, browse to Autism Collaborative\Dependencies
    • Run RegisterDependencies.bat

Run the Game

New users of Visual Studio or similar IDE (Integrated Development Environment) should check out Microsoft's Online Learning Center.

Start Developing

Check out the Code Overview for an explanation of how the code base works. It may also be helpful to visit the Code How To's for explanations of common coding tasks. And don't forget about the weekly Meetings!