Compare commits
2 Commits
e331f03185
...
bdbcf711dd
Author | SHA1 | Date | |
---|---|---|---|
bdbcf711dd
|
|||
7c94758565
|
10
README.md
10
README.md
@@ -12,6 +12,16 @@ This project requires:
|
|||||||
- gtest (optional, for testing, will be installed by meson)
|
- gtest (optional, for testing, will be installed by meson)
|
||||||
- gcov (optional, for coverage reports)
|
- 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
|
## Build
|
||||||
|
|
||||||
Clone the repository and simply let meson do the heavy lifting.
|
Clone the repository and simply let meson do the heavy lifting.
|
||||||
|
Reference in New Issue
Block a user