tomwalters@326: #summary Building AIM-C on Windows tomwalters@326: tomwalters@326: = Introduction = tomwalters@326: 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: tomwalters@326: Install [http://www.python.org/download/ Python 2.7] (default options) tomwalters@326: tomwalters@326: Install [http://www.scons.org/download.php SCons 2.0.0.final.0] tomwalters@326: tomwalters@326: Add C:\Python27\Scripts to the path tomwalters@326: Control Panel->System->Advanced->Environment Variables->System Variables>PATH->Edit->Add ';C:\Python27\Scripts' sans quotes to the end of the line tomwalters@326: tomwalters@326: Install subversion tomwalters@326: There's a list [http://subversion.apache.org/packages.html#windows here], I used [http://www.sliksvn.com/en/download this one]. tomwalters@326: tomwalters@326: Install [http://www.mega-nerd.com/libsndfile/#Download libsndfile] tomwalters@326: tomwalters@326: Download and install [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP MS Visual C++ Express 2010] tomwalters@326: Defaults should be fine for installing tomwalters@326: tomwalters@326: Open Command Prompt tomwalters@326: cd to the directory of your choice tomwalters@326: svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only tomwalters@326: Execute the command: tomwalters@326: scons