diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-29 20:31:35 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-29 20:31:35 -0400 |
commit | a5d74e0a8907a0b617f8c64fccd14a8a8d87bb1d (patch) | |
tree | a051a457be2b1a8ce2f1f433ff801135e632d06d /README.md | |
parent | b1326b20ff66be47b7d27259f466235ecba08287 (diff) | |
parent | 012b8329e5776a0161c194daf31a6e1c2d15cf62 (diff) | |
download | abaddon-portaudio-a5d74e0a8907a0b617f8c64fccd14a8a8d87bb1d.tar.gz abaddon-portaudio-a5d74e0a8907a0b617f8c64fccd14a8a8d87bb1d.zip |
Merge branch 'master' into voice
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ the result of fundamental issues with Discord's thread implementation. ```Shell $ sudo dnf install g++ cmake gtkmm3.0-devel libcurl-devel sqlite-devel openssl-devel json-devel libsecret-devel libhandy-devel ``` + > **Note:** On older versions of fedora you might need to install gtkmm30-devel instead of gtkmm3.0-devel. Use `dnf search gtkmm3` to see available packages. 2. `git clone https://github.com/uowuo/abaddon --recurse-submodules="subprojects" && cd abaddon` 3. `mkdir build && cd build` 4. `cmake ..` |