diff options
author | dada513 <dada513@protonmail.com> | 2022-01-29 08:56:04 +0100 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-01-29 08:56:04 +0100 |
commit | ca00103ee2a27816f2b422e21104c05908ba5bfe (patch) | |
tree | f49df2838e99cdc7603ea7039efe379985e98466 /BUILD.md | |
parent | 232295bda745a332dc023a84839e0815c0024228 (diff) | |
download | PrismLauncher-ca00103ee2a27816f2b422e21104c05908ba5bfe.tar.gz PrismLauncher-ca00103ee2a27816f2b422e21104c05908ba5bfe.tar.bz2 PrismLauncher-ca00103ee2a27816f2b422e21104c05908ba5bfe.zip |
make packaging based
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |