Updated Working on Raspberry Pi (markdown)

master
Ray 4 년 전
부모
커밋
775e2c09fd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      Working-on-Raspberry-Pi.md

+ 4
- 0
Working-on-Raspberry-Pi.md

@ -48,6 +48,10 @@ NOTE: To use raylib on the Raspberry Pi desktop, you need to had previously inst
sudo apt-get install --no-install-recommends raspberrypi-ui-mods lxterminal gvfs
sudo apt-get install libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev libxi-dev libasound2-dev mesa-common-dev libgl1-mesa-dev
```
To compile raylib in native mode on Raspberry Pi 4, you need the specific DRM libraries:
```
sudo apt-get install libdrm-dev libegl1-mesa-dev libgles2-mesa-dev libgbm-dev
```
raylib also works on [DietPi](https://dietpi.com/) distribution, following libraries are required:
```
sudo apt-get libraspberrypi-dev raspberrypi-kernel-headers

불러오는 중...
취소
저장