diff options
author | Abdalrzag Eisa <bmjfdrh@gmail.com> | 2024-04-11 22:24:23 +0300 |
---|---|---|
committer | Abdalrzag Eisa <bmjfdrh@gmail.com> | 2024-04-11 22:24:23 +0300 |
commit | 271633802e39a224eae81bc5d1fb6d99901b00ad (patch) | |
tree | 86dc9f81ead06cd9a80134ae7269e92dc4f6891c | |
parent | 4618a73df276cfa734e0fcc63af24f21ca5140c3 (diff) | |
download | abaddon-portaudio-271633802e39a224eae81bc5d1fb6d99901b00ad.tar.gz abaddon-portaudio-271633802e39a224eae81bc5d1fb6d99901b00ad.zip |
add Debian to 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 ``` |