From 56bb0ee944cad70a9d0b43e7d639e517a1ef0962 Mon Sep 17 00:00:00 2001 From: Steven Wallace <792372+cherez@users.noreply.github.com> Date: Sun, 26 Apr 2026 10:12:37 -0500 Subject: [PATCH] Improve Void Linux dependency instructions Previous instructions assumed the nholmann JSON library isn't included in Void's package manager. It is included under the name json-c++. Eliminated the manual build step and included the json-c++ package. --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 1d4c21a7..c429d281 100644 --- a/README.md +++ b/README.md @@ -98,15 +98,7 @@ the result of fundamental issues with Discord's thread implementation. ``` * On Void Linux: ```Shell - $ # Install core dependencies - $ sudo xbps-install cmake make meson pkg-config gcc libcurl libcurl-devel libsecret libsecret-devel gtkmm gtkmm-devel sqlite sqlite-devel openssl openssl-devel libhandy1 libhandy1-devel opus opus-devel libsodium libsodium-devel spdlog libspdlog - $ # Clone and install nlohmann json: - $ git clone https://github.com/nlohmann/json && cd json - $ mkdir build - $ meson build - $ cd build - $ sudo meson install - $ cd ../.. + $ sudo xbps-install cmake make json-c++ pkg-config gcc libcurl libcurl-devel libsecret libsecret-devel gtkmm gtkmm-devel sqlite sqlite-devel openssl openssl-devel libhandy1 libhandy1-devel opus opus-devel libsodium libsodium-devel spdlog libspdlog ``` * On Fedora Linux: ```Shell