Skip to content

Commit

Permalink
Updated readme with CentOS/RHEL packaging info
Browse files Browse the repository at this point in the history
  • Loading branch information
b3cft committed Mar 26, 2015
1 parent 84ce056 commit 4bb44ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,24 @@ $ perl build.pl
$ dpkg-buildpackage -d -b
```

Centos/RHEL packaging
---------------------

Make sure you have **mock** installed, which you can get by running:

```
$ sudo yum install mock
```

You can build the RPMs and Source RPM by calling the make command from the **contrib** folder:
```
$ cd contrib
$ make rpm
```

The results will be placed in the **contrib/RPMS** folder afterwards.


Configuration
=============

Expand Down

0 comments on commit 4bb44ba

Please sign in to comment.