Changes between Version 49 and Version 50 of CompilingMapGuide22Windows
- Timestamp:
- 09/08/10 14:09:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v49 v50 1 = Building Guide on Windows XP/7 =1 = Building and Installing Guide from source code on Windows XP/7 = 2 2 3 3 this guide is the non-programming-language version of build.bat or build64.bat. If you are reading this document, I assume you know what you are going to do. This instruction also applies to building trunk code. … … 5 5 == Environment Setup == 6 6 7 1. Install Microsoft Visual Studio 9.0.21 Standard Version. This version has a fatal bug, you may want to get SP or higher version.7 1. Install Microsoft Visual Studio 2008 SP1. 8 8 9 9 2. Checkout the source from Subversion to, for example, C:\ … … 14 14 svn export http://svn.osgeo.org/mapguide/branches/2.2/MgDev mgdev 15 15 }}} 16 Alternatively, you could use [http://tortoisesvn.tigris.org/ TortoiseSVN], a GUI client of subversion for windows. 16 17 17 18 3. Download FDO 3.5 CR1 SDK tarball from [http://fdo.osgeo.org/content/downloads/ Here] to ''C:\mgdev\Oem\FDO\'' created in previous step.