Mercurial > hg > aimc
comparison wiki/BuildingOnWindows.wiki @ 426:b43c2eec4f73
Edited wiki page BuildingOnWindows through web user interface.
author | tom@acousticscale.org |
---|---|
date | Tue, 02 Nov 2010 22:17:13 +0000 |
parents | 1a232b481f47 |
children | 36cf5d60d584 |
comparison
equal
deleted
inserted
replaced
425:1402e0d3c064 | 426:b43c2eec4f73 |
---|---|
17 Install [http://www.mega-nerd.com/libsndfile/#Download libsndfile] | 17 Install [http://www.mega-nerd.com/libsndfile/#Download libsndfile] |
18 | 18 |
19 Download and install [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP MS Visual C++ Express 2010] | 19 Download and install [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP MS Visual C++ Express 2010] |
20 | 20 |
21 The defaults should be fine for installing just VC++ 2010 | 21 The defaults should be fine for installing just VC++ 2010 |
22 | |
23 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]. | |
24 | |
25 To use the noise generator module in AIM-C, you need to install the boost random library. | |
26 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. | |
27 (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). | |
28 | |
29 | |
30 | |
22 | 31 |
23 Open Command Prompt | 32 Open Command Prompt |
24 | 33 |
25 cd to the directory of your choice | 34 cd to the directory of your choice |
26 | 35 |