Update README.md

This commit is contained in:
Milan Nikolic 2017-10-26 19:28:52 +02:00
parent 69c5e0c998
commit 7631bccf98

View file

@ -9,6 +9,8 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) * [OpenAL Soft](http://kcat.strangesoft.net/openal.html)
* [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.
##### Ubuntu ##### Ubuntu
apt-get install libopenal-dev libgl1-mesa-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev libxrandr-dev apt-get install libopenal-dev libgl1-mesa-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev libxrandr-dev
@ -19,12 +21,14 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
##### OS X ##### OS X
On OS X system OpenAL framework is used. On OS X system OpenAL framework is used, you need Xcode or Command Line Tools for Xcode.
##### Windows ([MSYS2](https://msys2.github.io/)) ##### Windows ([MSYS2](https://msys2.github.io/))
pacman -S mingw-w64-x86_64-openal mingw-w64-x86_64-gcc mingw-w64-x86_64-go git pacman -S mingw-w64-x86_64-openal mingw-w64-x86_64-gcc mingw-w64-x86_64-go git
On Windows, build binary in MSYS2 shell.
##### Android ##### Android
[Android example](https://github.com/gen2brain/raylib-go/tree/master/examples/android/example). [Android example](https://github.com/gen2brain/raylib-go/tree/master/examples/android/example).