changeset 426:b43c2eec4f73

Edited wiki page BuildingOnWindows through web user interface.
author tom@acousticscale.org
date Tue, 02 Nov 2010 22:17:13 +0000
parents 1402e0d3c064
children 6bc760be184b
files wiki/BuildingOnWindows.wiki
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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