Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down