From f0df06a795ed1db2fcd9a816d2c7728bf5623590 Mon Sep 17 00:00:00 2001 From: abdalrzag eisa <53495583+Senpai-10@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:57:29 +0300 Subject: [PATCH] doc: list deps for building on Arch Linux (#125) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6c2b191..17eac77 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ the result of fundamental issues with Discord's thread implementation. ```Shell $ sudo apt install g++ cmake libgtkmm-3.0-dev libcurl4-gnutls-dev libsqlite3-dev libssl-dev nlohmann-json3-dev ``` + * On Arch Linux + ```Shell + $ sudo pacman -S gcc cmake gtkmm3 libcurl-gnutls lib32-sqlite lib32-openssl nlohmann-json libhandy + ``` 2. `git clone https://github.com/uowuo/abaddon --recurse-submodules="subprojects" && cd abaddon` 3. `mkdir build && cd build` 4. `cmake ..`