mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 07:54:29 +01:00
libc6-dev was required on a fresh linux mint 19.1 install because it could not find /usr/include/unistd.h
parent
5be87a3a3e
commit
5a1a36b5ed
3
Linux.md
3
Linux.md
@ -4,6 +4,7 @@ See [[installation]].
|
||||
|
||||
Before installing Ebiten, you might need these libraries:
|
||||
|
||||
* libc6-dev
|
||||
* libglu1-mesa-dev
|
||||
* libgles2-mesa-dev
|
||||
* libxrandr-dev
|
||||
@ -14,7 +15,7 @@ Before installing Ebiten, you might need these libraries:
|
||||
|
||||
To install the dependencies on Ubuntu, run
|
||||
```sh
|
||||
$ sudo apt install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev
|
||||
$ sudo apt install libc6-dev libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev
|
||||
```
|
||||
|
||||
Ebiten is tested on Ubuntu Linux x64.
|
||||
|
Loading…
Reference in New Issue
Block a user