Changes between Version 18 and Version 19 of CompilingMapGuide22Centos54
- Timestamp:
- 07/26/10 11:47:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Centos54
v18 v19 1 1 = CentOS 5.4 Compilation Guide = 2 2 3 ''' Note: These compilation steps are a work in progress.'''3 '''''These compilation steps are a work in progress.''''' 4 4 5 == Build MachineSetup ==5 == Build Environment Setup == 6 6 7 7 CentOS 5.4 uses GCC 4.1 as its native compiler so !MapGuide 2.2 does compile cleanly on CentOS 5.4. The following rpms are required (list may not be complete): … … 26 26 }}} 27 27 28 == Compilation Steps ==28 == Build Process == 29 29 30 Grab the source from Subversion30 1. Grab the source from Subversion 31 31 {{{ 32 32 svn export http://svn.osgeo.org/mapguide/trunk/MgDev mgdev … … 40 40 It may be slower, but it will guarantee that the external references that you get are correct even if they get changed. Tom) 41 41 42 Build the Oem tree42 2. Build the Oem tree 43 43 {{{ 44 44 cd mgdev … … 52 52 popd 53 53 }}} 54 Build !MapGuide54 3. Build !MapGuide 55 55 {{{ 56 56 aclocal