From ca82512d5baecb46f8df28e236091d71fba2f132 Mon Sep 17 00:00:00 2001 From: Moritz Martinius Date: Mon, 25 Sep 2023 17:55:11 +0000 Subject: [PATCH] Update dependency install instructions (#2) Reviewed-on: https://git.admiralackbar.de/moritz/ptouch-prnt/pulls/2 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 07297a7..83e0c90 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ This project requires: - gtest (optional, for testing, will be installed by meson) - gcov (optional, for coverage reports) +Install dependencies on Arch Linux +``` bash +pacman -S libusb spdlog pango cairo meson gcovr + +``` + +Install dependencies on Debian/Ubuntu +``` bash +apt-get install libusb-1.0-0-dev libspdlog-dev libpango1.0-dev libcairo2-dev meson gcovr +``` + ## Build Clone the repository and simply let meson do the heavy lifting.