aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2022-01-08 23:13:10 -0500
committerseth <getchoo@tuta.io>2022-01-08 23:13:10 -0500
commit59ef13f032d73fcfb827c03b5d9df86a7d1b53e6 (patch)
treee415f3d89ab84ccfeac3e431e696593be93430e2 /BUILD.md
parent2ca094bd5798fc3e7c039730b556068e2192a240 (diff)
downloadPrismLauncher-59ef13f032d73fcfb827c03b5d9df86a7d1b53e6.tar.gz
PrismLauncher-59ef13f032d73fcfb827c03b5d9df86a7d1b53e6.tar.bz2
PrismLauncher-59ef13f032d73fcfb827c03b5d9df86a7d1b53e6.zip
add documentation for building a .rpm
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 2345d6ad..f0573ab1 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.