diff options
author | seth <getchoo@tuta.io> | 2022-01-08 23:13:10 -0500 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2022-01-08 23:13:10 -0500 |
commit | 59ef13f032d73fcfb827c03b5d9df86a7d1b53e6 (patch) | |
tree | e415f3d89ab84ccfeac3e431e696593be93430e2 /BUILD.md | |
parent | 2ca094bd5798fc3e7c039730b556068e2192a240 (diff) | |
download | PrismLauncher-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.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |