1
0
forked from Yadciel/c_tray

Adding prerequisite for Linux

This commit is contained in:
Dmitry Mikushin
2022-02-19 22:09:12 +01:00
parent 98c8cd3bb8
commit b0e7d836c5

View File

@@ -22,6 +22,14 @@ This fork is intended to bring together the [original work of Serge Zaitsev](htt
* [Add support for tooltip](https://github.com/zserge/tray/pull/11)
* Darwin implementation translated from C to Objective C adapted from [@trevex fork](https://github.com/trevex/tray)
## Prerequisites
Linux:
```
sudo apt install libappindicator3-dev
```
## Building
```