1
1
Fork 0
mirror of https://github.com/redocnib/docker-tray synced 2024-05-08 23:16:12 +02:00

Dependencies

This commit is contained in:
Kiran 2020-02-11 14:32:02 +05:30
parent 3fa91e7fd0
commit e707247a57

View File

@ -19,8 +19,9 @@ g++ docker-service-tray.cc -o docker-tray `pkg-config --cflags --libs gtk+-3.0 a
## Dependencies
```
gtk+-3.0
appindicator3-0.1
sudo apt install libsystemd-dev
sudo apt-get install libgtk-3-dev
sudo apt install libappindicator3-dev
lsystemd
tray.h from https://github.com/zserge/tray
```