readme: list exact depedency package names for Ubuntu (#109)

Co-authored-by: Addison Snelling <fwd+gpg@ext.asnell.io>
This commit is contained in:
Addison Snelling 2022-10-18 00:48:45 -05:00 committed by GitHub
parent cd900cdfee
commit ccb82c1676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ..`