aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcmel Berk Canlıer2021-07-03 07:31:48 +0300
committerEcmel Berk Canlıer2021-07-03 07:31:48 +0300
commit8e3e0e5356bb968055b68c8e25ff75b47b22009a (patch)
treec393eeaa4bbf18954171e0b3cbc92b6007541ff9
parent872fbc62ebe6b9517e7899aacff83add1c19f47e (diff)
downloadaur-8e3e0e5356bb968055b68c8e25ff75b47b22009a.tar.gz
README: add openSUSE package
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e97e2ad9d628..e514e23b8ef4 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,9 @@ patch it for the other things too?
- If you don't want to do that, throw this into your Java arguments, changing
the file path as needed: `-Dorg.lwjgl.glfw.libname=/usr/lib/libglfw.so`
-- An Arch-based system
+- A distro with a patched GLFW package
+ - This guide has packages for Arch and openSUSE
- Or the knowledge on how to patch packages in your distribution.
- In which case you can skip step 2 of this guide, as it will not apply to you
and you should know what to do with the `.patch` files in this repo already
@@ -57,6 +58,11 @@ Install the `glfw-wayland-minecraft` package from the AUR.
`git clone` this repository to somewhere, and run `makepkg -si` inside. It will
ask you to replace your existing GLFW package if already installed.
+### Option 3: Install the openSUSE package
+
+Install the openSUSE package from https://build.opensuse.org/package/show/home:DimiDimit/libglfw3-wayland-minecraft.
+See https://github.com/Admicos/minecraft-wayland/issues/3 for more information.
+
## Step 3: There is no step 3
This should be it. Try launching Minecraft now and see if it works.