Changes between Version 28 and Version 29 of CompilingMapGuide22Centos54
- Timestamp:
- 07/27/10 15:46:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Centos54
v28 v29 24 24 tar -xvvzf fdosdk-rhel5-3.5.0.tar.gz 25 25 }}} 26 a. Install the following packages 27 {{{ 28 yum install python-devel 29 yum install mysql mysql-devel 30 yum install unixODBC unixODBC-devel 31 }}} 32 b. 33 26 34 27 == Build Process == 35 28 36 29 1. Checkout the source from Subversion 37 30 {{{ 38 svn checkout http://svn.osgeo.org/mapguide/trunk/MgDev mgdev 31 svn checkout http://svn.osgeo.org/mapguide/branches/2.2/MgDev mgdev 32 OR 33 svn export http://svn.osgeo.org/mapguide/branches/2.2/MgDev mgdev 39 34 }}} 40 35