blob: 45d818c9a04c54ed800557fc7e14aceb7be07449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 get .
$ go build
```
Run bitmask and the systray:
```
$ bitmaskd
$ ./bitmask-systray
```
|