2 Commits

Author SHA1 Message Date
moritz e331f03185 update readme.md
Build ptprnt / build (push) Successful in 58s
2023-09-25 20:05:39 +02:00
moritz ca82512d5b Update dependency install instructions (#2)
Build ptprnt / build (push) Successful in 1m0s
Reviewed-on: moritz/ptouch-prnt#2
2023-09-25 17:55:11 +00:00
+10
View File
@@ -12,6 +12,16 @@ 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.