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