Moved test builder out of SConstruct and into a separate file.
[MidoriGraph.git] / INSTALL
blobf4f64340c951cee9edece132504eb87b5f582837
1 Windows (Visual C++ .Net 2005):
3 Platform SDK (sans WGA)
4 http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en
6     Git (optional):
7         http://code.google.com/p/msysgit/downloads/list
8         Get the latest WinGit installer.
9         Needed to download from a Git repository.  Also supplies a nice MINGW32
10         environment.
12     Python:
13         http://www.activestate.com
14         Get the latest ActivePython.
15         Needed for SCons.
17     SCons:
18         http://www.scons.org/download.php
19         Get the latest Windows installer.
20         This is the build system.
22     Boost C++ Libraries:
23         http://www.boost-consulting.com/products/free
24         Get the latest installer.
26     Ogre3D Library:
27         http://www.ogre3d.org
28         Get the latest, pre-built SDK for Visual C++ .Net 2005.
30     Mono:
31         http://mono-project.com/Downloads
32         Get the latest Mono installer.  Don't accidentally download the
33         "Only Gtk# for .NET" package instead.