Added instructions and the equivalent Linux dependencies for Fedora 25.

Declan Freeman-Gleason 2016-12-06 20:17:15 -08:00
parent 29fa9cc324
commit 1183391eb2

@ -10,4 +10,8 @@ Before installing Ebiten, you might need these libraries:
* libxi-dev
* libopenal-dev
Ebiten is tested on Ubuntu Linux x64.
Ebiten is tested on Ubuntu Linux x64.
If you wish to install Ebiten on Fedora you need to get dependencies equivalent to those above, if you don't have them already:
` $ sudo dnf install mesa-libGLU-devel mesa-libGLES-devel libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel openal-soft-devel`