This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
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.
master
Samie Bencherif
2 年之前
父節點
6abfc4ac1b
當前提交
efdfadfe35
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Working-on-GNU-Linux.md
+ 1
- 1
Working-on-GNU-Linux.md
@ -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.
##### Ubuntu
sudo apt install libasound2-dev
mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mes
a-dev
sudo apt install libasound2-dev
libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxineram
a-dev
##### Fedora
sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel libatomic
Write
Preview
Loading…
取消
儲存