futriix/pkg/rpm/README.md
Ben Schermel 54b1e673ce adding packaging
Former-commit-id: 108c58ba5333129eabf64f775e69f5cb7b6cbdf9
2020-06-09 00:10:58 -04:00

17 lines
318 B
Markdown

### Generate RPM files for the generated binaries
After making the binaries you can run the following script
Usage:
```
$ cd KeyDB/pkg/rpm
$ sudo ./generate-rpms.sh
```
This rpm script is currently tested on centos 7 and centos 8 builds
Dependencies:
```
yum install -y scl-utils centos-release-scl rpm-build
```