From 22f7a85cf22225e2cc6a54a68879c54360d56f42 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Fri, 4 Feb 2022 17:59:37 +0100
Subject: Add Slackware package
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 5c23444b..feaad2f9 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,12 @@ sudo dnf install polymc
MacOS currently does not have any packages. We are still working on setting up MacOS packaging. Meanwhile, you can [build](https://github.com/PolyMC/PolyMC/blob/develop/BUILD.md#macos) it for yourself.
+##
Slackware
+
+[A SlackBuild](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/polymc.md) is available. You will need [qt5](http://slackbuilds.org/repository/14.2/libraries/qt5/) (on 15.0 installed by default), [a JDK](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/adoptium-jdk8.md), and if you're on 14.2, you need to compile newer CMake version manually.
+
+If you are too lazy to do all these steps, you can just download [a prebuild x86_64 package](https://codeberg.org/attachments/0547129b-3910-4b46-89fb-50b3221576b1) and install it with /sbin/installpkg.
+
# Help & Support
Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.
--
cgit
From 3a28741cc34c7e3d8488e0aa0e20739fd0100908 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Fri, 4 Feb 2022 18:12:32 +0100
Subject: Add FreeBSD
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index feaad2f9..26ff1c2d 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,16 @@ MacOS currently does not have any packages. We are still working on setting up M
If you are too lazy to do all these steps, you can just download [a prebuild x86_64 package](https://codeberg.org/attachments/0547129b-3910-4b46-89fb-50b3221576b1) and install it with /sbin/installpkg.
+##
FreeBSD
+
+For FreeBSD available are:
+
+-[AppBSD Image](https://drive.google.com/file/d/1QLYWGkLSjVb8-lhICivozZQDwYEWBack/view?usp=sharing) - a portable application, requires [AppBSD](https://codeberg.org/glowiak/appbsd/) to be installed.
+
+-[Gzipped binaries](https://codeberg.org/attachments/7aa74368-1f55-49be-abd8-0b8258e63e38) - traditional way to distribute, unpack and run.
+
+In both cases you need X11, Qt5 and Java installed
+
# Help & Support
Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.
--
cgit
From 9ab38415703f16031ef9306ded5ca2c96e58e500 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Fri, 4 Feb 2022 20:40:47 +0100
Subject: change fbsd icon
Co-authored-by: dada513
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 26ff1c2d..e73d2a36 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ MacOS currently does not have any packages. We are still working on setting up M
If you are too lazy to do all these steps, you can just download [a prebuild x86_64 package](https://codeberg.org/attachments/0547129b-3910-4b46-89fb-50b3221576b1) and install it with /sbin/installpkg.
-##
FreeBSD
+##
FreeBSD
For FreeBSD available are:
--
cgit
From c746d77a060bbd91e5300325f54abce99ddcceab Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Fri, 4 Feb 2022 20:42:30 +0100
Subject: Update README.md
Co-authored-by: dada513
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e73d2a36..b82914db 100644
--- a/README.md
+++ b/README.md
@@ -110,9 +110,9 @@ If you are too lazy to do all these steps, you can just download [a prebuild x86
For FreeBSD available are:
--[AppBSD Image](https://drive.google.com/file/d/1QLYWGkLSjVb8-lhICivozZQDwYEWBack/view?usp=sharing) - a portable application, requires [AppBSD](https://codeberg.org/glowiak/appbsd/) to be installed.
+- [AppBSD Image](https://drive.google.com/file/d/1QLYWGkLSjVb8-lhICivozZQDwYEWBack/view?usp=sharing) - a portable application, requires [AppBSD](https://codeberg.org/glowiak/appbsd/) to be installed.
--[Gzipped binaries](https://codeberg.org/attachments/7aa74368-1f55-49be-abd8-0b8258e63e38) - traditional way to distribute, unpack and run.
+- [Gzipped binaries](https://codeberg.org/attachments/7aa74368-1f55-49be-abd8-0b8258e63e38) - traditional way to distribute, unpack and run.
In both cases you need X11, Qt5 and Java installed
--
cgit
From 6f5b380199fd3670812cea4aaa9bc14692b68ec5 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Fri, 4 Feb 2022 20:58:12 +0100
Subject: Update README.md
---
README.md | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index b82914db..c52a7f5f 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,17 @@ sudo dnf copr enable sentry/polymc
sudo dnf install polymc
```
+##
Slackware
+
+[A SlackBuild](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/polymc.md) is available. You will need [qt5](http://slackbuilds.org/repository/14.2/libraries/qt5/) (on 15.0 installed by default), [a JDK](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/adoptium-jdk8.md), and if you're on 14.2, you need to compile newer CMake version manually. To build, type in extracted directory with all dependiences met:
+
+ sudo ./polymc.SlackBuild
+ sudo installpkg /tmp/polymc-version-arch-1_SBo.tgz
+
+If you are too lazy to do all these steps, you can just download [a prebuild x86_64 package](http://glowiak.github.io/file/polymc-latest-slackware) and install it with /sbin/installpkg:
+
+ sudo /sbin/installpkg ~/Downloads/polymc-version-x86_64-1_SBo.tgz
+
##
Windows
[Windows (32-bit)](https://packages.polymc.org/latest/win32/win32.zip) ([SHA256](https://packages.polymc.org/latest/win32/win32.zip.sha256)) - this is a portable package, you can extract it anywhere and run it. This package needs testing.
@@ -100,19 +111,15 @@ sudo dnf install polymc
MacOS currently does not have any packages. We are still working on setting up MacOS packaging. Meanwhile, you can [build](https://github.com/PolyMC/PolyMC/blob/develop/BUILD.md#macos) it for yourself.
-##
Slackware
-
-[A SlackBuild](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/polymc.md) is available. You will need [qt5](http://slackbuilds.org/repository/14.2/libraries/qt5/) (on 15.0 installed by default), [a JDK](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/adoptium-jdk8.md), and if you're on 14.2, you need to compile newer CMake version manually.
-If you are too lazy to do all these steps, you can just download [a prebuild x86_64 package](https://codeberg.org/attachments/0547129b-3910-4b46-89fb-50b3221576b1) and install it with /sbin/installpkg.
##
FreeBSD
For FreeBSD available are:
-- [AppBSD Image](https://drive.google.com/file/d/1QLYWGkLSjVb8-lhICivozZQDwYEWBack/view?usp=sharing) - a portable application, requires [AppBSD](https://codeberg.org/glowiak/appbsd/) to be installed.
+- [AppBSD Image](http://glowiak.github.io/file/polymc-latest-fbsd64-appbsd) - a portable application, requires [AppBSD](https://codeberg.org/glowiak/appbsd/) to be installed.
-- [Gzipped binaries](https://codeberg.org/attachments/7aa74368-1f55-49be-abd8-0b8258e63e38) - traditional way to distribute, unpack and run.
+- [Gzipped binaries](http://glowiak.github.io/file/polymc-latest-bsd64-raw) - traditional way to distribute, unpack and run.
In both cases you need X11, Qt5 and Java installed
--
cgit
From 651d237200374fda047656191b36a132e56a1d77 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Fri, 4 Feb 2022 21:07:34 +0100
Subject: Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c52a7f5f..d9142848 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ sudo dnf copr enable sentry/polymc
sudo dnf install polymc
```
-##
Slackware
+###
Slackware
[A SlackBuild](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/polymc.md) is available. You will need [qt5](http://slackbuilds.org/repository/14.2/libraries/qt5/) (on 15.0 installed by default), [a JDK](https://codeberg.org/glowiak/SlackBuilds/src/branch/master/repository/adoptium-jdk8.md), and if you're on 14.2, you need to compile newer CMake version manually. To build, type in extracted directory with all dependiences met:
--
cgit
From 8199941a8132ff6724ae21fae21d9a40bd6b7f49 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Sat, 5 Feb 2022 14:04:34 +0100
Subject: Fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d9142848..ccd1291f 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ For FreeBSD available are:
- [AppBSD Image](http://glowiak.github.io/file/polymc-latest-fbsd64-appbsd) - a portable application, requires [AppBSD](https://codeberg.org/glowiak/appbsd/) to be installed.
-- [Gzipped binaries](http://glowiak.github.io/file/polymc-latest-bsd64-raw) - traditional way to distribute, unpack and run.
+- [Gzipped binaries](http://glowiak.github.io/file/polymc-latest-fbsd64-raw) - traditional way to distribute, unpack and run.
In both cases you need X11, Qt5 and Java installed
--
cgit
From fdc3a4104b431aa97f0a0d29ebac401ab3909d42 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Sat, 5 Feb 2022 16:03:16 +0100
Subject: Add OpenBSD
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index ccd1291f..8a3563b3 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,10 @@ For FreeBSD available are:
In both cases you need X11, Qt5 and Java installed
+##
OpenBSD
+
+For OpenBSD available are [gzipped binaries](glowiak.github.io/file/polymc-latest-obsd32-raw), download, unpack and run. Easy.
+
# Help & Support
Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.
--
cgit
From 5e32783c4e4398aa7de80e1fc8f17a23810df5f0 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Sat, 5 Feb 2022 16:05:34 +0100
Subject: Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8a3563b3..cc9b79b8 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ In both cases you need X11, Qt5 and Java installed
##
OpenBSD
-For OpenBSD available are [gzipped binaries](glowiak.github.io/file/polymc-latest-obsd32-raw), download, unpack and run. Easy.
+For OpenBSD available are [gzipped binaries](http://glowiak.github.io/file/polymc-latest-obsd32-raw), download, unpack and run. Easy.
# Help & Support
--
cgit
From 41d8e3cbd7d71b04848701b890b1ec4c4a62ec4a Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Sat, 5 Feb 2022 16:07:31 +0100
Subject: add arches
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index cc9b79b8..87ac8bfc 100644
--- a/README.md
+++ b/README.md
@@ -121,11 +121,13 @@ For FreeBSD available are:
- [Gzipped binaries](http://glowiak.github.io/file/polymc-latest-fbsd64-raw) - traditional way to distribute, unpack and run.
-In both cases you need X11, Qt5 and Java installed
+In both cases you need X11, Qt5 and Java installed. Both files are 64bit only.
##
OpenBSD
-For OpenBSD available are [gzipped binaries](http://glowiak.github.io/file/polymc-latest-obsd32-raw), download, unpack and run. Easy.
+For OpenBSD available are [gzipped 32-bit binaries](http://glowiak.github.io/file/polymc-latest-obsd32-raw), download, unpack and run.
+
+You need X11, Qt5 and Java installed.
# Help & Support
--
cgit
From b1cf77e84780ce8b88599cde2e878a21019365d9 Mon Sep 17 00:00:00 2001
From: glowiak <52356948+glowiak@users.noreply.github.com>
Date: Wed, 16 Feb 2022 18:31:34 +0100
Subject: update
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 87ac8bfc..b6ed2176 100644
--- a/README.md
+++ b/README.md
@@ -129,6 +129,11 @@ For OpenBSD available are [gzipped 32-bit binaries](http://glowiak.github.io/fil
You need X11, Qt5 and Java installed.
+## Development Builds
+
+There are per-commit development builds available [here](https://github.com/PolyMC/PolyMC/actions). These have debug information in the binaries, so their file sizes are relatively larger.
+Builds are provided for Linux, AppImage on Linux, Windows, and macOS.
+
# Help & Support
Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.
--
cgit