Changes between Version 1 and Version 2 of CompilingMapGuide22Centos54


Ignore:
Timestamp:
Feb 3, 2010, 12:24:21 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Centos54

    v1 v2  
    11= CentOS 5.4 Compilation Guide =
     2
     3CentOS 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):
     4{{{
     5yum install libjpeg libjpeg-devel libpng libpng-devel fontconfig-devel freetype-devel
     6yum install ant xml-commons-apis
     7}}}
     8
     9If you are also performing an FDO 3.5 build on the same machine, the following packages may also needed:
     10 * For MySQL Provider 'yum install mysql mysql-devel'
     11 * For ODBC Provider [http://sourceforge.net/projects/unixodbc/files/unixODBC/2.2.14/unixODBC-2.2.14-linux-x86-32.tar.gz/download unixODBC-2.2.14-linux-x86-32.tar.gz] is required.  /usr/local/lib should also be added to ld.so.conf once the tarball is unpacked.
     12