From 59ef13f032d73fcfb827c03b5d9df86a7d1b53e6 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 8 Jan 2022 23:13:10 -0500 Subject: [PATCH] add documentation for building a .rpm --- BUILD.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BUILD.md b/BUILD.md index 2345d6adb..f0573ab14 100644 --- a/BUILD.md +++ b/BUILD.md @@ -45,6 +45,18 @@ cd packages/debian If everything works correctly, the .deb will be next to the build script, in `PolyMC/packages/debian` +### Building a .rpm + +You don't need to install the build dependencies, as the script will use `dnf` to install them for you. + +``` +git clone https://github.com/PolyMC/PolyMC.git +cd packages/rpm +./makerpm.sh +``` + +If everything works correctly, the .rpm will be next to the build script, in `PolyMC/packages/rpm` + ### Building from command line You need a source folder, a build folder and an install folder.