From a804ca56f972a724f81e71e33915a01dbcfe8b20 Mon Sep 17 00:00:00 2001 From: Robert de Rooy Date: Sun, 20 Mar 2022 11:46:02 +0100 Subject: [PATCH] add instructions --- src/unix/assets/86Box.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/unix/assets/86Box.spec b/src/unix/assets/86Box.spec index 0a23373f6..142ce1696 100644 --- a/src/unix/assets/86Box.spec +++ b/src/unix/assets/86Box.spec @@ -1,3 +1,17 @@ +# Fedora RPM spec file for 86Box including roms +# +# To create RPM files from this spec file, run the following commands: +# sudo dnf install rpm-build +# mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} +# +# copy this 86Box.spec file to ~/rpmbuild/SPECS and run the following commands: +# cd ~/rpmbuild +# sudo dnf builddep SPECS/86Box.spec +# rpmbuild --undefine=_disable_source_fetch -ba SPECS/86Box.spec +# +# After a successful build, you can install the RPMs as follows: +# sudo dnf install RPMS/$(uname -m)/86Box-3* RPMS/noarch/86Box-roms* + %global romver 20220319 Name: 86Box