blob: 7d2fab709aa99f249525ffef92d46963e6844de7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Install it
----------
Install dependencies:
```
# apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang
```
Build the systray:
```
$ git clone 0xacab.org/leap/bitmask-systray
$ cd bitmask-systray
$ go build
```
Run bitmask and the systray:
```
$ bitmaskd
$ ./bitmask-systray
```
|