annotate wiki/BuildingOnWindows.wiki @ 326:3e2808ecb9e8

Created wiki page through web user interface.
author tomwalters
date Thu, 22 Jul 2010 01:26:59 +0000
parents
children 471110614ce7
rev   line source
tomwalters@326 1 #summary Building AIM-C on Windows
tomwalters@326 2
tomwalters@326 3 = Introduction =
tomwalters@326 4 Windows build instructions tested on Windows XP. If you know about building on Windows 7 or other platforms, please add the details here.
tomwalters@326 5
tomwalters@326 6 Install [http://www.python.org/download/ Python 2.7] (default options)
tomwalters@326 7
tomwalters@326 8 Install [http://www.scons.org/download.php SCons 2.0.0.final.0]
tomwalters@326 9
tomwalters@326 10 Add C:\Python27\Scripts to the path
tomwalters@326 11 Control Panel->System->Advanced->Environment Variables->System Variables>PATH->Edit->Add ';C:\Python27\Scripts' sans quotes to the end of the line
tomwalters@326 12
tomwalters@326 13 Install subversion
tomwalters@326 14 There's a list [http://subversion.apache.org/packages.html#windows here], I used [http://www.sliksvn.com/en/download this one].
tomwalters@326 15
tomwalters@326 16 Install [http://www.mega-nerd.com/libsndfile/#Download libsndfile]
tomwalters@326 17
tomwalters@326 18 Download and install [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP MS Visual C++ Express 2010]
tomwalters@326 19 Defaults should be fine for installing
tomwalters@326 20
tomwalters@326 21 Open Command Prompt
tomwalters@326 22 cd to the directory of your choice
tomwalters@326 23 svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only
tomwalters@326 24 Execute the command:
tomwalters@326 25 scons