mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 16:04:29 +01:00
Updated Linux (markdown)
parent
a671032a4a
commit
e07574ed8e
6
Linux.md
6
Linux.md
@ -10,11 +10,11 @@ Before installing Ebiten, you might need these libraries:
|
||||
* libxcursor-dev
|
||||
* libxinerama-dev
|
||||
* libxi-dev
|
||||
* libopenal-dev
|
||||
* libasound2-dev
|
||||
|
||||
To install the dependencies on Ubuntu, run
|
||||
```sh
|
||||
$ sudo apt-get install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libopenal-dev
|
||||
$ sudo apt-get install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev
|
||||
```
|
||||
|
||||
Ebiten is tested on Ubuntu Linux x64.
|
||||
@ -24,5 +24,5 @@ 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:
|
||||
|
||||
```sh
|
||||
$ sudo dnf install mesa-libGLU-devel mesa-libGLES-devel libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel openal-soft-devel
|
||||
$ sudo dnf install mesa-libGLU-devel mesa-libGLES-devel libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel alsa-lib-devel
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user