Some instructions for library dependencies
This commit is contained in:
parent
f51ceb6976
commit
96cd196d32
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -9,6 +9,21 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
|
||||||
* [GLFW3](http://www.glfw.org/) (desktop platform only, not needed on Android and RPi)
|
* [GLFW3](http://www.glfw.org/) (desktop platform only, not needed on Android and RPi)
|
||||||
* [OpenAL Soft](http://kcat.strangesoft.net/openal.html)
|
* [OpenAL Soft](http://kcat.strangesoft.net/openal.html)
|
||||||
|
|
||||||
|
##### Ubuntu
|
||||||
|
|
||||||
|
apt-get install libglfw3-dev
|
||||||
|
apt-get install openal-dev
|
||||||
|
|
||||||
|
##### Fedora
|
||||||
|
|
||||||
|
dnf install glfw-devel
|
||||||
|
dnf install openal-soft-devel
|
||||||
|
|
||||||
|
##### OS X
|
||||||
|
|
||||||
|
brew install glfw3
|
||||||
|
brew install openal-soft
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
go get -v github.com/gen2brain/raylib-go
|
go get -v github.com/gen2brain/raylib-go
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue