Updated Compile for Raspberry Pi (markdown)

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

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

@ -19,12 +19,12 @@ Before compiling your game, raylib library must be recompiled for Raspbian. To d
### Compiling raylib examples
Just move to folder `raylib/examples/` and run:
make PLATFORM=PLATFORM_RPI RAYLIB_PATH=../..
make PLATFORM=PLATFORM_RPI RAYLIB_PATH=..
To compile just one specific example:
make core/core_basic_window PLATFORM=PLATFORM_RPI RAYLIB_PATH=../..
make core/core_basic_window PLATFORM=PLATFORM_RPI RAYLIB_PATH=..
To force one example recompile:
make core/core_basic_window PLATFORM=PLATFORM_RPI -B RAYLIB_PATH=../..
make core/core_basic_window PLATFORM=PLATFORM_RPI -B RAYLIB_PATH=..

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