Update readme to reflect dependency changes
Some checks failed
Build ptprnt / build (push) Failing after 2m24s
Some checks failed
Build ptprnt / build (push) Failing after 2m24s
This commit is contained in:
20
README.md
20
README.md
@@ -14,16 +14,30 @@ ptprnt --font "NotoMono Nerd Font" --fontsize 32 --text "🖶 ptprnt v0.2.0 🥰
|
||||
|
||||
## Quick Start
|
||||
|
||||
**Install dependencies:**
|
||||
## Quick Start
|
||||
|
||||
**Binary dependencies**
|
||||
|
||||
Arch Linux:
|
||||
```bash
|
||||
pacman -S libusb pango cairo meson
|
||||
pacman -S pango cairo libusb
|
||||
```
|
||||
|
||||
Debian/Ubuntu:
|
||||
```bash
|
||||
apt-get install libusb-1.0-0-dev libpango1.0-dev libcairo2-dev meson
|
||||
apt install libpangocairo-1.0-0 libusb-1.0-0
|
||||
```
|
||||
|
||||
**Build dependencies:**
|
||||
|
||||
Arch Linux:
|
||||
```bash
|
||||
pacman -S libusb spdlog pango cairo meson
|
||||
```
|
||||
|
||||
Debian/Ubuntu:
|
||||
```bash
|
||||
apt install libusb-1.0-0-dev libspdlog-dev libfmt-dev libpango1.0-dev libcairo2-dev meson
|
||||
```
|
||||
|
||||
Note: spdlog is built as a subproject and statically linked, so it's not required as a system dependency.
|
||||
|
||||
Reference in New Issue
Block a user