From 14dd5a1c7adb4c5fb0998f5cdc79cb832dfbb340 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Tue, 7 May 2024 22:16:27 -0600 Subject: [PATCH] Updated README.md with Arch Linux install packages --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index def5519..0f94566 100644 --- a/README.md +++ b/README.md @@ -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