參考資訊:
https://www.raylib.com/
https://github.com/raysan5/raylib
步驟如下:
$ sudo apt install libasound2-dev \
libx11-dev \
libxrandr-dev \
libxi-dev \
libgl1-mesa-dev \
libglu1-mesa-dev \
libxcursor-dev \
libxinerama-dev \
libwayland-dev \
libxkbcommon-dev
$ cd
$ git clone --depth 1 https://github.com/raysan5/raylib.git raylib
$ cd raylib/src
$ make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED
$ sudo make install RAYLIB_LIBTYPE=SHARED