Skip to content

Commit

Permalink
Include config enviroment instructions to generate RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloveintimilla committed Nov 22, 2011
1 parent 0b77f7b commit de22560
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
Repository of RPM PHP-ADOdb extension for CentOS

To generate RPM use:

# yum groupinstall "Development Tools"
# yum install rpmdevtools
# yum install rpmlint

# useradd makerpm

# [makerpm@local ~]$ rpmdev-setuptree

# [makerpm@local ~]$ rpmbuild -ba NOMBRE.spec

More detail in http://fedoraproject.org/wiki/How_to_create_an_RPM_package

0 comments on commit de22560

Please sign in to comment.