Changes between Version 29 and Version 30 of SoftwarePrereqsUnix


Ignore:
Timestamp:
Nov 8, 2010, 12:18:37 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwarePrereqsUnix

    v29 v30  
    2121
    2222|| '''libstdc++.a''' (needed for portable executables; on Fedora, the yum package is libstdc++-static-4.5.1-4.fc14.i686) || || || || X || X ||
     23
     24Example: to build the server software on FC14, I had to yum in the following modules:
     25
     26 * subversion-1.6.13-1.fc14.i686 (for svn)
     27 * libtool-2.2.10-3.fc14.i686 (for libtoolize)
     28 * gcc-c++-4.5.1-4.fc14.i686 (for g++)
     29 * libstdc++-static-4.5.1-4.fc14.i686 (for libstdc++.a, needed by sample apps)
     30 * MySQL-python-1.2.3-0.5.c1.fc14.i686 (for MySQLdb)
     31
    2332{{{
    2433#!comment