From ec302a3ea72de951fd4b2e7e9189902904c7d9f3 Mon Sep 17 00:00:00 2001 From: Eggmanplant <126160675+Eggmanplant@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:13:31 +0200 Subject: [PATCH] Add instructions for Void (#279) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 621bcd79..de21eb2c 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Install the following dependencies: then follow the [compilation steps below](#c - **pacman (Arch):** `sudo pacman -S base-devel cmake glew glfw libtheora` - **apt (Debian/Ubuntu):** `sudo apt install build-essential cmake libglew-dev libglfw3-dev libtheora-dev` - **rpm (Fedora):** `sudo dnf install make cmake gcc glew-devel glfw-devel libtheora-devel zlib-devel` +- **xbps (Void):** `sudo xbps-install make cmake gcc pkg-config glew-devel glfw-devel libtheora-devel zlib-devel` - Your favorite package manager here, [make a pull request](https://github.com/Rubberduckycooly/Sonic-Mania-Decompilation/fork) (also update [RSDKv5U](https://github.com/Rubberduckycooly/RSDKv5-Decompilation)!) #### (make sure to [install GL shaders!](#q-why-arent-videosfilters-working-while-using-gl))