diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-30 02:26:45 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-30 02:26:45 -0500 |
commit | daa57bf00ee3895aa9d863a2ae72232ad7733a3f (patch) | |
tree | 0cf06d1094db3d896db21266e646a6ce43ff9a94 /README.md | |
parent | 862079c4925a2511b9b8065b73785d7646f84b51 (diff) | |
parent | 9b2475538a55b0f95b9d05c50209b9f9efcb63e1 (diff) | |
download | abaddon-portaudio-daa57bf00ee3895aa9d863a2ae72232ad7733a3f.tar.gz abaddon-portaudio-daa57bf00ee3895aa9d863a2ae72232ad7733a3f.zip |
Merge branch 'master' into classic-channels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,7 +87,7 @@ the result of fundamental issues with Discord's thread implementation. #### Linux: 1. Install dependencies - * On Ubuntu 20.04 (Focal) and newer: + * On Ubuntu 22.04 (Jammy) 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 ``` @@ -117,7 +117,7 @@ Latest release version: https://github.com/uowuo/abaddon/releases/latest - MacOS: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-macos-RelWithDebInfo.zip) unsigned, unpackaged, requires gtkmm3 (e.g. from homebrew) - Linux: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-linux-MinSizeRel.zip) unpackaged (for now), - requires gtkmm3. built on Ubuntu 18.04 + gcc9 + requires gtkmm3. built on Ubuntu 22.04 + gcc9 > **Warning**: If you use Windows, make sure to start from the `bin` directory |