Update README.md
This commit is contained in:
parent
0a6eee65c4
commit
e93c42e0bf
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -9,19 +9,17 @@ 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) (on OS X system framework is used)
|
* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) (on OS X system framework is used)
|
||||||
|
|
||||||
|
GLFW version 3.2 is required.
|
||||||
|
|
||||||
##### Ubuntu
|
##### Ubuntu
|
||||||
|
|
||||||
GLFW3 version 3.2 is required.
|
apt-get install libglfw3-dev libopenal-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev
|
||||||
|
|
||||||
apt-get install libglfw3-dev libopenal-dev
|
On older Ubuntu releases you will need to compile GLFW, instructions are in [travis file](https://github.com/gen2brain/raylib-go/blob/master/.travis.yml).
|
||||||
|
|
||||||
You might also need:
|
|
||||||
|
|
||||||
apt-get install libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev
|
|
||||||
|
|
||||||
##### Fedora
|
##### Fedora
|
||||||
|
|
||||||
dnf install glfw-devel openal-soft-devel
|
dnf install glfw-devel openal-soft-devel mesa-libGL-devel libXi-devel
|
||||||
|
|
||||||
##### OS X
|
##### OS X
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue