Changes between Version 12 and Version 13 of BuildWindows

Show
Ignore:
Timestamp:
04/12/2008 04:23:46 PM (5 years ago)
Author:
cpvc
Comment:

added infomation on compiler versions

Legend:

Unmodified
Added
Removed
Modified
  • BuildWindows

    v12 v13  
    11== Prerequests == 
    22 
    3    To build with this guide we assume that you have a functional windows system with version 8(2005) of Visual Studio. 
    4    If not please see the [wiki:BuildDebianUbuntu Building on Debian/Ubuntu] for a more pleasant experience. 
     3   To build with this guide we assume that you have a functional Microsoft Windows system with version 8 of Microsofts C++ compiler. This version of the compiler is found in either an older version of the Windows SDK or in Visual Studio 2005. If not please see the [wiki:BuildDebianUbuntu Building on Debian/Ubuntu] for a more pleasant experience. 
     4 
     5   Download the newest(old) version of Windows SDK containing version 8 of the compiler: [http://www.microsoft.com/downloads/details.aspx?familyid=ff6467e6-5bba-4bf5-b562-9199be864d29&displaylang=en Windows SDK Update for Windows Vista ISO] 
     6 
     7   Note: Version 7 of the compiler as found in very old versions of the Windows SDK and in Visual Studio 2003 is not supported by the CMake files at the moment. 
     8 
     9   Note: Version 9 of the compiler as found in the newest version of Windows SDK and Visual Studio 2008 can not be use at the moment because Boost does not support it. 
    510 
    611== Install Darcs == 
     
    7883   ''Notice that you should not use Cygwin for this, since CMake for some reason cannot make Glew. Instead use the windows command line tool; CMD.''    
    7984 
     85== Building with Windows SDK == 
     86   
     87   TODO 
     88 
     89   install python and use the make.py  
     90 
    8091== Building with Visual Studio == 
    8192