From 59f3412a5366f4bba7362debedb4fef5181ffe78 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 3 Aug 2017 16:47:59 +0200 Subject: [PATCH] Updated Compile for Raspberry Pi (markdown) --- Compile-for-Raspberry-Pi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Compile-for-Raspberry-Pi.md b/Compile-for-Raspberry-Pi.md index bd0187d..5784474 100644 --- a/Compile-for-Raspberry-Pi.md +++ b/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=..