Updated README.md with Arch Linux install packages

This commit is contained in:
David Allen 2024-05-07 22:16:27 -06:00
parent d4b8c7ea36
commit 14dd5a1c7a
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB

View file

@ -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) * 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:: After installing all necessary dependencies, build the project::
```bash ```bash