Updated Compile for Raspberry Pi (markdown)

master
Ray 7 년 전
부모
커밋
4e2a776207
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. +8
    -8
      Compile-for-Raspberry-Pi.md

+ 8
- 8
Compile-for-Raspberry-Pi.md

@ -48,11 +48,11 @@ make PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGL_21
To compile just one specific example:
make core/core_basic_window PLATFORM=PLATFORM_RPI
make core/core_basic_window PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGL_21
To force one example recompile:
make core/core_basic_window PLATFORM=PLATFORM_RPI -B
make core/core_basic_window PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGL_21 -B
1. To use OpenGL ES 2.0 in native mode (no X11):
```
make core/core_basic_window PLATFORM=PLATFORM_RPI
```
2. To use desktop OpenGL 1.1 or 2.1 (X11 window)
```
make core/core_basic_window PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGL_21
```

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