Mercurial > hg > aimc
view wiki/BuildingOnWindows.wiki @ 400:dd13c9834ceb
- Well, most of the graphics stuff at least compiles now. Next step is getting it running.
M Modules/Output/Graphics/GraphicsView.h
M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovieDirect.cc
M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovieDirect.h
M Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc
M Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h
M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc
M Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h
M Modules/Output/Graphics/Scale/ScaleLog.h
M Modules/Output/Graphics/Scale/ScaleERB.h
M Modules/Output/Graphics/Scale/ScaleLinear.h
M Modules/Output/Graphics/Scale/ScaleLogScaled.h
M Modules/Output/Graphics/Scale/Scale.cc
M Modules/Output/Graphics/Scale/Scale.h
M Support/Common.h
author | tom@acousticscale.org |
---|---|
date | Sat, 16 Oct 2010 23:05:26 +0000 |
parents | 1a232b481f47 |
children | b43c2eec4f73 |
line wrap: on
line source
#summary Building AIM-C on Windows = Windows build = Windows build instructions tested on Windows XP. If you know about building on Windows 7 or other platforms, please add the details here. Install [http://www.python.org/download/ Python 2.7] (default options) Install [http://www.scons.org/download.php SCons 2.0.0.final.0] Add C:\Python27\Scripts to the path Control Panel->System->Advanced->Environment Variables->System Variables>PATH->Edit->Add ';C:\Python27\Scripts' (sans quotes) to the end of the line Install subversion 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]. Install [http://www.mega-nerd.com/libsndfile/#Download libsndfile] Download and install [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP MS Visual C++ Express 2010] The defaults should be fine for installing just VC++ 2010 Open Command Prompt cd to the directory of your choice svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only Run the 'Visual Studio Command Prompt' and execute the command: scons == Building the Python Module == Download [http://www.swig.org/download.html SWIG] If using MSVC 2010 Edit C:\Python27\Lib\distutils\msvc9compiler.py line 243 to be toolskey = "VS100COMNTOOLS" For all versions of MSVC, you may also need to add the line ld_args.append('/MANIFEST') just after the line ld_args.append('/MANIFESTFILE:' + temp_manifest) then run pythonsetup.py "build_ext"