summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFwankiL <89987389+FwankiL@users.noreply.github.com>2023-01-03 20:01:54 -0500
committerGitHub <noreply@github.com>2023-01-04 01:01:54 +0000
commit5c148d19dd001abf02fc7ea9280d028f8d6cea92 (patch)
treebacf0693e3e1b9a343e99a0fce2c00c6c463feb8 /README.md
parentacb03642c2b56260e406ffbba6ef91b74fcf9eef (diff)
downloadabaddon-portaudio-5c148d19dd001abf02fc7ea9280d028f8d6cea92.tar.gz
abaddon-portaudio-5c148d19dd001abf02fc7ea9280d028f8d6cea92.zip
docs: added Fedora build deps (#131)
* Update README.md added Fedora installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e6fe30..07b9052 100644
--- a/README.md
+++ b/README.md
@@ -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 ..`