mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Updated README.md with Arch Linux install packages
This commit is contained in:
parent
d4b8c7ea36
commit
14dd5a1c7a
1 changed files with 6 additions and 0 deletions
|
|
@ -124,6 +124,12 @@ The project uses the CMake or Meson build system and has been tested with GCC an
|
|||
|
||||
* Doxygen (optional; to generate API docs)
|
||||
|
||||
Arch Linux users can simply install required libs through pacman:
|
||||
|
||||
```bash
|
||||
pacman -S base-devel fmt sqlite3 rapidjson cmake libzip curl
|
||||
```
|
||||
|
||||
After installing all necessary dependencies, build the project::
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue