Closed markbil closed 4 years ago
I used barnard
a while back on raspberry pi and wrote a step-by-step instruction. You can refer to that doc, but keep in mind that I was on Raspbian, not Ubuntu. Basically, you need to configure GO, install openAL
, and install opus
before installing barnard
.
fantastic, thank you! I didn't have openAL
and opus
installed. Installing those packages did the job:
sudo apt-get install libopenal-dev libopus-dev
barnard doesn't compile properly on my end:
I installed Go on my Ubuntu machine via
sudo apt install golang
and then ran
$ go get -u layeh.com/barnard
However, next thing I get is this compilation error:
Am I doing something wrong? Thank you!