diff options
author | swirl <roachh@protonmail.com> | 2022-01-09 17:57:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 17:57:18 -0500 |
commit | 3fa6e2243047005505a3de6f133feaa2f2eeb10a (patch) | |
tree | 6d5b555e31b3671183c187da81e36eb5544a98e6 /BUILD.md | |
parent | 1cc7a193c27855bd30a90cb24ad678064a26022d (diff) | |
parent | c86ac772c81807a83453a0e0638e9d0d1810122f (diff) | |
download | PrismLauncher-3fa6e2243047005505a3de6f133feaa2f2eeb10a.tar.gz PrismLauncher-3fa6e2243047005505a3de6f133feaa2f2eeb10a.tar.bz2 PrismLauncher-3fa6e2243047005505a3de6f133feaa2f2eeb10a.zip |
Merge pull request #40 from Jan200101/PR/rpm-1.0.5
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -52,10 +52,11 @@ You don't need to install the build dependencies, as the script will use `dnf` t ``` git clone https://github.com/PolyMC/PolyMC.git cd packages/rpm -./makerpm.sh +sudo dnf builddep ./polymec.spec +rpmbuild -bb ./polymec.spec ``` -If everything works correctly, the .rpm will be next to the build script, in `PolyMC/packages/rpm` +The path to the rpm packages will be printed at the end of building ### Building from command line You need a source folder, a build folder and an install folder. |