# HG changeset patch # User tom@acousticscale.org # Date 1288736233 0 # Node ID b43c2eec4f732287e3acebfcdc8530241d935045 # Parent 1402e0d3c0642677ec1376e50dee7c361c56393c Edited wiki page BuildingOnWindows through web user interface. diff -r 1402e0d3c064 -r b43c2eec4f73 wiki/BuildingOnWindows.wiki --- a/wiki/BuildingOnWindows.wiki Mon Nov 01 01:36:44 2010 +0000 +++ b/wiki/BuildingOnWindows.wiki Tue Nov 02 22:17:13 2010 +0000 @@ -20,6 +20,15 @@ The defaults should be fine for installing just VC++ 2010 +To build the video output for AIM-C, you'll need to install the Cairo development libraries and a few other support files. According to the page at http://cairographics.org/download/ you need the cairo dev library, libpng and Zlib from [http://www.gtk.org/download-windows.html the GTK Windows downloads page]. + +To use the noise generator module in AIM-C, you need to install the boost random library. +To do this download the boost package for your visual studio version from [http://www.boostpro.com/download/ boostpro.com] and install at least the 'random' package. +(If you don't need this module, you can remove ModuleNoise.cc from the list of modules in the SConstruct file and then you don't need boost at all). + + + + Open Command Prompt cd to the directory of your choice