Changes between Version 50 and Version 51 of CompilingMapGuide22Windows


Ignore:
Timestamp:
Sep 8, 2010, 2:13:58 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Windows

    v50 v51  
    1616Alternatively, you could use [http://tortoisesvn.tigris.org/ TortoiseSVN], a GUI client of subversion for windows.
    1717
    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.
     183. Download FDO 3.5 RC1 SDK tarball from [http://fdo.osgeo.org/content/downloads/ Here] to ''C:\mgdev\Oem\FDO\'' created in previous step.
    1919{{{
    2020cd C:\mgdev\Oem\FDO
     
    3535 * JAVA SDK 1.6
    3636 * ANT 1.7 or above
    37  * Apache HTTP Server or Tomcat or IIS 7.5
    38  * PHP 5.3.3
     37 
     38and set the following environment variables. Depending on where you install JAVA SDK and ANT, the value may be different.
     39{{{
     40JAVA_HOME = C:\Program Files\Java\jdk1.6.0_21
     41ANT_HOME = =C:\Program Files\apache-ant-1.8.1
     42}}}
    3943
    40 {{{
    41 JAVA_HOME
    42 ANT_HOME
    43 }}}
     44Please do a google search if you don't know how to set an environmental variable on windows.
    4445 
    4546== Build Process ==