Skip to content

Commit

Permalink
fix: update dependency info in README
Browse files Browse the repository at this point in the history
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
jardon and kbdharun committed Nov 4, 2024
1 parent e19303f commit cc933b6
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,23 @@

### Dependencies

- build-essential
- meson
- libadwaita-1-dev
- gettext
- desktop-file-utils
- apx (2.0+)
- python3-yaml
#### Build Dependencies

```bash
apt install -y build-essential meson libadwaita-1-dev \
desktop-file-utils pkg-config libglib2.0-dev
```

#### Runtime Dependencies

```bash
apt install -y python3 python3-gi \
gir1.2-gtk-4.0 libadwaita-1-0 \
gir1.2-vte-3.91 python3-yaml \
python3-requests gettext
```

**APX version 2.0+ required.**

### Build

Expand Down

0 comments on commit cc933b6

Please sign in to comment.