diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-04-11 17:17:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 17:17:55 -0400 |
commit | aec2a30c35c919fabbd7992e6db3a1a7aa0ea224 (patch) | |
tree | 86dc9f81ead06cd9a80134ae7269e92dc4f6891c | |
parent | 4618a73df276cfa734e0fcc63af24f21ca5140c3 (diff) | |
parent | 271633802e39a224eae81bc5d1fb6d99901b00ad (diff) | |
download | abaddon-portaudio-aec2a30c35c919fabbd7992e6db3a1a7aa0ea224.tar.gz abaddon-portaudio-aec2a30c35c919fabbd7992e6db3a1a7aa0ea224.zip |
Merge pull request #284 from mesabytes/update-dependencies
add Debian to `Install dependencies`
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ the result of fundamental issues with Discord's thread implementation. #### Linux: 1. Install dependencies - * On Ubuntu 22.04 (Jammy) and newer: + * On Ubuntu 22.04 (Jammy)/Debian 12 (bookworm) and newer: ```Shell $ sudo apt install g++ cmake libgtkmm-3.0-dev libcurl4-gnutls-dev libsqlite3-dev libssl-dev nlohmann-json3-dev libhandy-1-dev libsecret-1-dev libopus-dev libsodium-dev libspdlog-dev ``` |