Changes between Version 10 and Version 11 of BuildingOnUnixWithAutotools


Ignore:
Timestamp:
Nov 27, 2011, 10:35:13 AM (12 years ago)
Author:
Mike Taves
Comment:

add package names for prerequisites under Ubuntu and CentOS

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithAutotools

    v10 v11  
    55== Requirements ==
    66
    7  * Decent C++ compiler and C++ Standard Library, [http://gcc.gnu.org/ GNU GCC] 4.x or later recommended
     7 * Decent C++ compiler and C++ Standard Library, [http://gcc.gnu.org/ GNU GCC] 4.x or later recommended.[[BR]]For specific distributions, use the commands:
     8   * ''CentOS'' (as root): {{{yum install gcc gcc-c++}}}
     9   * ''Ubuntu'': {{{sudo apt-get install build-essential}}}
    810 * Download the latest source code release or checkout from SVN trunk.
    911