A shim library for Euphoria and Raylib
- I haven't actually tested the Linux builds yet.
- On Linux, just use
make
instead ofmingw32-make
. - To build 32-bit library on a 64-bit system, add
CFLAGS=-m32
to themake
command.
git clone https://github.com/raysan5/raylib raysan5/raylib
git clone https://github.com/ghaberek/raylibshim ghaberek/raylibshim
cd raysan5/raylib/src
mingw32-make CC=gcc RAYLIB_LIBTYPE=SHARED
cd ghaberek/raylib/src
mingw32-make CC=gcc RAYLIBDIR=../../../raysan5/raylib/src