Add noaudio tag to build binary without OpenAL

This commit is contained in:
Milan Nikolic 2017-10-26 20:31:23 +02:00
parent f8227a3d71
commit 074c4de175
9 changed files with 29 additions and 13 deletions

View file

@ -7,7 +7,7 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
### Requirements
* [OpenAL Soft](http://kcat.strangesoft.net/openal.html)
* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) NOTE: if you don't need audio you can use `-tags noaudio` during build, OpenAL will not be linked to binary, though none of the audio functions will be available.
* [GLFW](http://www.glfw.org/) is included as part of the Go package, but you need to make sure you have dependencies installed, see below.