···11+# Building RPMs
22+33+1. Install `docker` and `docker-compose`
44+2. `cd rpm`
55+3. `docker-compose run rpm`
66+4. Now you can run `dnf install RPMS/x84_64/darling*.rpm`
77+5. `setsebool -P mmap_low_allowed 1` to allow darling low level access and run
88+99+## Building on other operating systems
1010+1111+By default, it will build for Fedora 27. To use a different OS, simply
1212+1313+ RPM_OS=fedora:26
1414+1515+## Future improvements
1616+1717+- Everything is based off of dnf. Supporting zypper and yum will reach others
1818+- Because of the way the submodules are handled, this isn't quite ready for releasing but this can be solved using [%autosetup in the %prep to checkout the submodules.](https://fedoraproject.org/wiki/Packaging:SourceURL#Git_Submodules)