18 lines
238 B
Markdown
18 lines
238 B
Markdown
|
# my app for debugging things
|
||
|
|
||
|
## build requirements
|
||
|
```
|
||
|
apt install -f libgtk-3-dev
|
||
|
```
|
||
|
|
||
|
## checkout & build
|
||
|
|
||
|
```
|
||
|
go get -v -t -u git.wit.org/wit/wit-debian-gui
|
||
|
cd ~/go/src/git.wit.org/wit/wit-debian-gui
|
||
|
go build
|
||
|
```
|
||
|
|
||
|
# Copyright
|
||
|
GPLv2+
|