Skip to content

Commit

Permalink
Add list of dependencies to install on Ubuntu
Browse files Browse the repository at this point in the history
Fixes #543
  • Loading branch information
bilelmoussaoui authored Aug 23, 2018
1 parent 68b6f28 commit 7e39eba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ Where openSUSE Leap 42.3 can be changed to 42.2 or Tumbleweed

1- Install dependencies

#### On Ubuntu:
```bash
sudo apt install git build-essential meson libgirepository1.0-dev libgtk-3-dev python3 python3-gi gir1.2-rsvg-2.0 librsvg2-bin gir1.2-gtk-3.0
```

2- Compile

```bash
Expand Down

0 comments on commit 7e39eba

Please sign in to comment.