1
1
mirror of https://github.com/redocnib/docker-tray synced 2024-11-22 02:31:57 +01:00

Dependencies

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

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