1
0
Fork 0

Mention that also gtk3 is used

This commit is contained in:
Daniele Tricoli 2020-03-19 02:15:40 +01:00
parent 0cc409bd82
commit 2655599cb6
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ QUOLL
Tricoli
eriol
libappindicator
libgtk
mkdir
mornie
precipitevolissimevolmente

View File

@ -12,11 +12,11 @@ a clone with small differences.
### Installation
quoll depends on `libappindicator3` so in order to compile it you have to
install it first.
quoll depends on `libappindicator3` and `gtk3`so in order to compile it you
have to install it first.
On Debian (and derivatives):
```
sudo apt install libappindicator3-dev
sudo apt install libappindicator3-dev libgtk-3-dev
```
Then simply do: