Eon Windows Development Guide
From KruelWiki
Installation and Setup
- Install cmake 2.6.x [1]
- Install TortoiseSVN [2]
- Install Visual C++ 2008 Express Edition [3]
- Download Eon Dependencies zip file - [4]
For the rest of the steps, you can go watch the screencast [5]
- Checkout source code with SVN to a directory somewhere
- Drop dependencies directory from zip into Eon source directory
- Start the Visual Studio 2008 Command Prompt
- Navigate to the Eon source directory in the command prompt
- Run "cmake-gui ."
- Set build directory to outside the source directory (if you want)
- Click configure
- Make sure paths are set right (they are if you're using the dependencies zip)
- Click configure again, then generate
- Close cmake + command prompt
- Go into build directory and open eon.sln
- Go to Build->Build Solution
- Right-click on gui and Set as StartUp Project
- Right-click on gui and select Properties
- Go to Configuration Properties->Debugging and set the Working Directory to be the Debug subdirectory
- Click ok
- Click Run or Start Debugging
Deploying Debug Builds on Machines Without VC++
Throw the DLLs from C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\Debug_NonRedist\x86\Microsoft.VC90.DebugCRT into the same dir as the .exe file.

