-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation guidelines? #6
Comments
go get -u github.com/layeh/barnard/cmd/barnard then run binary $GOPATH/bin/barnard |
Hi, I have installed sudo apt-get install libopenal1 libopenal-dev (v1:1.15.1-5)
I then saw the above guidelines and tried:
Package opus was not found in the pkg-config search path.
The opus codec libopus0 was already installed but not the -dev package so following a hunch I think I have fixed this with So I am now left with the openal.DeleteBuffer error. Any hints on how to resolve that? |
@jsavage One of the dependencies changed it's API. I have just updated the appropriate code, so try running the following command again: go get -u github.com/layeh/barnard/cmd/barnard |
Wonderful - thank you - it now compiles. |
Quick question: How do u set GoPath I'm having quite a struggle with it. When trying to download the project pi@raspberrypi:~/go/bin $ ./go get -u github.com/layeh/barnard/cmd/barnard Regards, |
@branstraub export GOPATH=/home/username/go-apps # adapt username! |
Hallo I tray to install barnard now sins 2 days but i have problems ;( 1 step after the installation and the network config i install Git , mercurial, Go Git Go mercurial $ sudo apt-get install mercurial My next step $ sudo mkdir -p /home/user/go-apps/src and now i get the problems see the picture https://www.dropbox.com/s/ixhm5nswmf9qa64/IMG_3614.JPG?dl=0 can anyone help me what i do wrong. i am a Raspberry newbie but i like the project idee. |
I think there sould be introductions on how to install this application.
The text was updated successfully, but these errors were encountered: