From 05796b93cc2145cf16dbb65bb001c784b3df6912 Mon Sep 17 00:00:00 2001 From: James O'Farrell Date: Sat, 11 Jan 2020 07:28:25 +1000 Subject: [PATCH] readme for rg350 --- desktop_version/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop_version/README.md b/desktop_version/README.md index 46415c21dd..18425b7895 100644 --- a/desktop_version/README.md +++ b/desktop_version/README.md @@ -31,6 +31,13 @@ cd flibitBuild cmake .. ``` +To generate for RG350: +``` +mkdir flibitBuild +cd flibitBuild +CC=mipsel-gcw0-linux-uclibc-gcc CXX=mipsel-gcw0-linux-uclibc-g++ cmake .. -DSDL2_INCLUDE_DIRS=/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL2/ -DSDL2_LIBRARIES="/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/lib/libSDL2.so;/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/lib/libSDL2_mixer.so" +``` + macOS may be fussy about the SDK version. How to fix this is up to the whims of however Apple wants to make CMAKE_OSX_SYSROOT annoying to configure and retain each time Xcode updates.