layeh / barnard

barnard is a terminal-based client for the Mumble voice chat software
GNU General Public License v2.0
150 stars 46 forks source link

Installation on Ubuntu 17.10 broken #35

Closed MPW1412 closed 5 years ago

MPW1412 commented 6 years ago

Hello,

the installation process doesn't work anymore. Does someone know how to fix this?

$ go get -u layeh.com/barnard
# github.com/timshannon/go-openal/openal
In file included from go/src/github.com/timshannon/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.

Thanks for reading.

Bye, Matthias

jackmawer commented 5 years ago

Hi,

This issue was already created for #18 and can be fixed on a debian-like system such as Ubuntu with the command sudo apt-get install libopenal1 libopenal-dev

Thanks, Jack