aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-01-29 08:56:04 +0100
committerdada513 <dada513@protonmail.com>2022-01-29 08:56:04 +0100
commitca00103ee2a27816f2b422e21104c05908ba5bfe (patch)
treef49df2838e99cdc7603ea7039efe379985e98466 /BUILD.md
parent232295bda745a332dc023a84839e0815c0024228 (diff)
downloadPrismLauncher-ca00103ee2a27816f2b422e21104c05908ba5bfe.tar.gz
PrismLauncher-ca00103ee2a27816f2b422e21104c05908ba5bfe.tar.bz2
PrismLauncher-ca00103ee2a27816f2b422e21104c05908ba5bfe.zip
make packaging based
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/BUILD.md b/BUILD.md
index 37d700f5..d980fde9 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -63,14 +63,15 @@ make -j$(nproc) install # Optionally specify DESTDIR for packages (i.e. DESTDIR=
### Building a .deb
-You need to install the build dependencies first
+Requirements: [makedeb](https://docs.makedeb.org/) installed on your system.
-```sh
-cd packages/debian
-./makedeb.sh
+```
+git clone https://mpr.makedeb.org/polymc.git
+cd polymc
+makedeb -s
```
-If everything works correctly, the .deb will be next to the build script, in `PolyMC/packages/debian`
+The deb will be located in the directory the repo was cloned in.
### Building a .rpm