Changes between Version 16 and Version 17 of CompilingMapGuide22Windows
- Timestamp:
- 07/29/10 12:26:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v16 v17 5 5 == Environment Setup == 6 6 7 1. Checkout the source from Subversion to, for example, C:\ 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. 8 9 2. Checkout the source from Subversion to, for example, C:\ 8 10 {{{ 9 11 cd c:\ … … 13 15 }}} 14 16 15 2. Download FDO 3.5 CR1 SDK tarball from [http://fdo.osgeo.org/content/downloads/ Here] to ''C:\mgdev\Oem\FDO\'' created in step 1.17 3. Download FDO 3.5 CR1 SDK tarball from [http://fdo.osgeo.org/content/downloads/ Here] to ''C:\mgdev\Oem\FDO\'' created in step 1. 16 18 {{{ 17 19 cd C:\mgdev\Oem\FDO … … 27 29 }}} 28 30 29 3. Install the following dependencies and set the environment variabls31 4. Install the following dependencies and set the environment variabls 30 32 * JAVA SDK 1.6 31 33 * ANT 1.7 or above