Update Fedora dependencies in README.md
This commit is contained in:
parent
83ad5f3601
commit
179e004c6f
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
|
|||
apt-get install libopenal-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev
|
||||
|
||||
##### Fedora
|
||||
|
||||
dnf install openal-soft-devel mesa-libGL-devel libXi-devel
|
||||
|
||||
dnf install openal-soft-devel mesa-libGL-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel
|
||||
|
||||
##### OS X
|
||||
|
||||
|
@ -23,7 +23,7 @@ On OS X system OpenAL framework is used.
|
|||
|
||||
##### 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
|
||||
|
||||
##### Android
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue