diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-21 01:02:28 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-21 01:02:28 -0500 |
commit | e5af1bdec6e8671f1e752b4480975c8240048113 (patch) | |
tree | 0767fce8dffca1eaccf8046fb3caa5aafea4ba4f | |
parent | fea6db3394d0283d28b7e03b74c34b0296b9b59f (diff) | |
parent | 5c148d19dd001abf02fc7ea9280d028f8d6cea92 (diff) | |
download | abaddon-portaudio-e5af1bdec6e8671f1e752b4480975c8240048113.tar.gz abaddon-portaudio-e5af1bdec6e8671f1e752b4480975c8240048113.zip |
Merge branch 'master' of https://github.com/uowuo/abaddon
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -79,6 +79,10 @@ the result of fundamental issues with Discord's thread implementation. ```Shell $ sudo pacman -S gcc cmake gtkmm3 libcurl-gnutls lib32-sqlite lib32-openssl nlohmann-json libhandy ``` + * On Fedora Linux: + ```Shell + $ sudo dnf install g++ cmake gtkmm3.0-devel libcurl-devel sqlite-devel openssl-devel json-devel libsecret-devel libhandy-devel + ``` 2. `git clone https://github.com/uowuo/abaddon --recurse-submodules="subprojects" && cd abaddon` 3. `mkdir build && cd build` 4. `cmake ..` |