Changes between Version 13 and Version 14 of BuildingRPMPackages


Ignore:
Timestamp:
02/03/11 23:33:52 (12 years ago)
Author:
https://www.google.com/accounts/o8/id?id=AItOawkqP8tgWB4n-zQS7ExlIs_3OoRpe13Buck
Comment:

Add yum command installing pre-requisites to build example.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingRPMPackages

    v13 v14  
    99 1. Example commands to build RPMs for bcfg2-1.1.1 on CentOS 5.5: 
    1010   {{{ 
     11      $ yum install python-devel python-lxml rpm-build 
     12      ... 
    1113      $ cd /tmp 
    1214      $ wget ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.1.1.tar.gz