mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
On Ubuntu 22.04 (Jammy Jellyfish) xorg-dev and mesa-common-dev depend on libdrm-dev which is unavailable. Instead, installing libxcursor-dev and libxinerama-dev directly worked for me.
@ -17,7 +17,7 @@ Optionally, you could use **CMake** building system.
|
|||||||
You need to install some required libraries; **ALSA** for audio, **Mesa** for OpenGL accelerated graphics and **X11** for windowing system.
|
You need to install some required libraries; **ALSA** for audio, **Mesa** for OpenGL accelerated graphics and **X11** for windowing system.
|
||||||
|
|
||||||
##### Ubuntu
|
##### Ubuntu
|
||||||
sudo apt install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev
|
sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev
|
||||||
|
|
||||||
##### Fedora
|
##### Fedora
|
||||||
sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel libatomic
|
sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel libatomic
|
||||||
|
|||||||
Reference in New Issue
Block a user