mirror of
https://github.com/nonoo/kappanhang.git
synced 2025-12-06 08:02:00 +01:00
Compilation instructions for people not experienced with Go
This commit is contained in:
parent
49a55094d4
commit
3f962fdcb9
13
README.md
13
README.md
|
|
@ -16,13 +16,24 @@ kappanhang.
|
|||
|
||||
## Compiling
|
||||
|
||||
You'll need Go installed on your computer.
|
||||
You'll need
|
||||
|
||||
* Go installed on your computer. On Debian-like systems, install a
|
||||
recent package `golang-N.NN-go` and add `/usr/lib/go-N.NN/bin` to
|
||||
your path.
|
||||
|
||||
* The development package for libpulse installed. On Debian-like
|
||||
systems, this is package `libpulse-dev`.
|
||||
|
||||
Then:
|
||||
|
||||
```
|
||||
go get github.com/nonoo/kappanhang
|
||||
go install github.com/nonoo/kappanhang
|
||||
```
|
||||
|
||||
This will typically install `kappanhang` into `$HOME/go/bin`.
|
||||
|
||||
## Required settings on the RS-BA1 server (the transceiver)
|
||||
|
||||
- Make sure network settings (on the Icom IC-705 in: `Menu -> Set ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue