You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, next thing I get is this compilation error:
> # github.com/dchote/go-openal/openal
In file included from src/github.com/dchote/go-openal/openal/alcCore.go:24:0:
./local.h:5:9: fatal error: AL/al.h: No such file or directory
#include<AL/al.h>
^~~~~~~~~
compilation terminated.
Am I doing something wrong? Thank you!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: