More detailed rpm build doc

This commit is contained in:
ZpmFred 2019-03-01 16:11:53 +01:00 committed by GitHub
parent 51c2cc5eb0
commit 05b359fd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -76,6 +76,19 @@ thanks to Oscar Rainford (fourbytes).
#### CentOS 7
CentOS 7 .rpm package can be built using [cargo-rpm](https://github.com/RustRPM/cargo-rpm): ``cargo rpm``
On an CentOS 7:
1. Install the required build environment (on CentOS 7)
$> yum install -y cargo
$> yum groupinstall -y 'Development Tools'
2. Build the software
$> cargo rpm build --release
rpm will be situated in `target/release/rpmbuild/RPMS/`
### Contributions welcome
There are several areas in which still some work has to be done and where