diff --git a/Linux.md b/Linux.md index 3bf0462..cbf01c0 100644 --- a/Linux.md +++ b/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.