aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglowiak <52356948+glowiak@users.noreply.github.com>2022-02-06 12:11:20 +0100
committerGitHub <noreply@github.com>2022-02-06 12:11:20 +0100
commitd35cbfd9c4e3917f24dad94e00f787bbf6c1fcf9 (patch)
tree485bb98782e144eda3537a938b373d38d7d9ca9f
parentf25152e068e301b31dc35cf38c4a72d96a5c7698 (diff)
downloadPrismLauncher-d35cbfd9c4e3917f24dad94e00f787bbf6c1fcf9.tar.gz
PrismLauncher-d35cbfd9c4e3917f24dad94e00f787bbf6c1fcf9.tar.bz2
PrismLauncher-d35cbfd9c4e3917f24dad94e00f787bbf6c1fcf9.zip
Add Slackware instructions
-rw-r--r--BUILD.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index f21b6e7a..5b1fb20d 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -95,6 +95,15 @@ rpmbuild -bb polymc.spec
The path to the rpm packages will be printed when the build is complete.
+### Building a Slackware package
+
+To build a Slackware package, first install [qt5 SlackBuild](http://slackbuilds.org/repository/14.2/libraries/qt5/) (on 15.0 and newer installed by defualt), then set up a [JDK](https://codeberg.org/glowiak/SlackBuilds/raw/branch/master/tgz/adoptium-jdk8.tar.gz). Next, download the [SlackBuild](https://codeberg.org/glowiak/SlackBuilds/raw/branch/master/tgz/polymc.tar.gz), unpack it and type in extracted directory:
+
+```
+sudo ./polymc.SlackBuild # script will do everything, just sit up and wait
+sudo /sbin/installpkg /tmp/polymc-version-arch-1_SBo.tgz # install the created package
+```
+
### Building a flatpak
You don't need to clone the entire PolyMC repo for this; the flatpak file handles that.