2020-04-30 16:13:38 -04:00
|
|
|
### Generate RPM files for the generated binaries
|
|
|
|
|
2020-05-23 17:35:55 -04:00
|
|
|
After making the binaries you can run the following script
|
2020-04-30 16:13:38 -04:00
|
|
|
|
|
|
|
Usage:
|
|
|
|
```
|
|
|
|
$ cd KeyDB/pkg/rpm
|
2020-05-06 18:54:10 -04:00
|
|
|
$ sudo ./generate-rpms.sh
|
2020-04-30 16:13:38 -04:00
|
|
|
```
|
|
|
|
|
2020-05-06 18:45:11 -04:00
|
|
|
This rpm script is currently tested on centos 7 and centos 8 builds
|
2020-04-30 16:13:38 -04:00
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
```
|
|
|
|
yum install -y scl-utils centos-release-scl rpm-build
|
|
|
|
```
|