aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index f0573ab1..1c06febb 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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.