darling/rpm/README.md
Andy Neff c78475aab8 Fedora 29 cleanup
Signed-off-by: Andy Neff <andy@visionsystemsinc.com>
2019-03-18 11:05:20 -04:00

840 B

Building RPMs

  1. Install docker and docker-compose
  2. cd rpm
  3. Build the docker image: docker-compose build rpm
  4. Build the rpms: docker-compose run rpm (Can take over half an hour)
  5. Now you can run dnf install RPMS/x84_64/darling*.rpm
  6. setsebool -P mmap_low_allowed 1 to allow darling low level access and run

Building on other operating systems

By default, it will build for Fedora 29. To use a different OS, simply

RPM_OS=fedora:27 docker-compose build rpm

Future improvements