Skip to content

Commit

Permalink
readme for rg350
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesofarrell committed Jan 10, 2020
1 parent dd89ca0 commit 05796b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions desktop_version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 05796b9

Please sign in to comment.