diff options
author | glowiak <52356948+glowiak@users.noreply.github.com> | 2022-02-06 12:18:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 12:18:39 +0100 |
commit | b646fc5a13d1c564fe2317811ae23d23b9cd6ff9 (patch) | |
tree | c05cbb898f8fdc83e2dbcb0872af5cf88c9d70af /BUILD.md | |
parent | d35cbfd9c4e3917f24dad94e00f787bbf6c1fcf9 (diff) | |
download | PrismLauncher-b646fc5a13d1c564fe2317811ae23d23b9cd6ff9.tar.gz PrismLauncher-b646fc5a13d1c564fe2317811ae23d23b9cd6ff9.tar.bz2 PrismLauncher-b646fc5a13d1c564fe2317811ae23d23b9cd6ff9.zip |
Update build instructions for Slackware 14.2
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -97,7 +97,22 @@ 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: +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). + +If you're using Slackware 14.2, update cmake with these commands: + +``` +mkdir -p /tmp/SBo +cd /tmp/SBo +wget -c https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz +tar xzvf cmake-3.22.2.tar.gz +cd cmake-3.22.2 +./configure --prefix=/usr +make +sudo make install +``` + +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 |