Changes between Version 50 and Version 51 of CompilingMapGuide22Windows
- Timestamp:
- 09/08/10 14:13:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v50 v51 16 16 Alternatively, you could use [http://tortoisesvn.tigris.org/ TortoiseSVN], a GUI client of subversion for windows. 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.18 3. Download FDO 3.5 RC1 SDK tarball from [http://fdo.osgeo.org/content/downloads/ Here] to ''C:\mgdev\Oem\FDO\'' created in previous step. 19 19 {{{ 20 20 cd C:\mgdev\Oem\FDO … … 35 35 * JAVA SDK 1.6 36 36 * ANT 1.7 or above 37 * Apache HTTP Server or Tomcat or IIS 7.5 38 * PHP 5.3.3 37 38 and set the following environment variables. Depending on where you install JAVA SDK and ANT, the value may be different. 39 {{{ 40 JAVA_HOME = C:\Program Files\Java\jdk1.6.0_21 41 ANT_HOME = =C:\Program Files\apache-ant-1.8.1 42 }}} 39 43 40 {{{ 41 JAVA_HOME 42 ANT_HOME 43 }}} 44 Please do a google search if you don't know how to set an environmental variable on windows. 44 45 45 46 == Build Process ==