mirror of
https://github.com/netbirdio/systray.git
synced 2026-05-22 17:08:41 -07:00
README updates
This commit is contained in:
@@ -55,12 +55,14 @@ Now look for *Awesome App* in your menu bar!
|
||||
|
||||
### Linux
|
||||
|
||||
* Building apps requires the `gtk3` and `libappindicator3` development headers to be installed. For Debian or Ubuntu, you can may install these using:
|
||||
* Building apps requires the `gtk3`, `libappindicator3` and `libwebkit2gtk-4.0-dev` development headers to be installed. For Debian or Ubuntu, you can may install these using:
|
||||
|
||||
```sh
|
||||
sudo apt-get install libgtk-3-dev libappindicator3-dev
|
||||
sudo apt-get install libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev
|
||||
```
|
||||
|
||||
To build the example, run `go build example/main.go`
|
||||
|
||||
* Checked menu items are not yet implemented
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user