tomwalters@326: #summary Building AIM-C on Windows tomwalters@326: tomwalters@331: = Windows build = 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@327: 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@327: tomwalters@327: There's a [http://subversion.apache.org/packages.html#windows list of various subversion packages for Windows here], I used [http://www.sliksvn.com/en/download SilkSVN]. 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@327: tomwalters@327: The defaults should be fine for installing just VC++ 2010 tomwalters@326: tomwalters@326: Open Command Prompt tomwalters@327: tomwalters@326: cd to the directory of your choice tomwalters@327: tomwalters@327: svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only tomwalters@327: tomwalters@328: Run the 'Visual Studio Command Prompt' and execute the command: tomwalters@331: scons tomwalters@331: tomwalters@331: == Building the Python Module == tomwalters@331: Download [http://www.swig.org/download.html SWIG]