From ccb82c1676326107133e63b7822dfd0b87afd0f2 Mon Sep 17 00:00:00 2001 From: Addison Snelling Date: Tue, 18 Oct 2022 00:48:45 -0500 Subject: [PATCH] readme: list exact depedency package names for Ubuntu (#109) Co-authored-by: Addison Snelling --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5784a11..a059990 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,11 @@ the result of fundamental issues with Discord's thread implementation. #### Linux: -1. Install dependencies: `libgtkmm-3.0-dev`, `libcurl4-gnutls-dev`, - and [nlohmann-json](https://github.com/nlohmann/json) +1. Install dependencies + * On Ubuntu 20.04 (Focal) and newer: + ```Shell + $ sudo apt install g++ cmake libgtkmm-3.0-dev libcurl4-gnutls-dev libsqlite3-dev libssl-dev nlohmann-json3-dev + ``` 2. `git clone https://github.com/uowuo/abaddon --recurse-submodules="subprojects" && cd abaddon` 3. `mkdir build && cd build` 4. `cmake ..`