> But the gist of it is actually quite simple. Take all of the .c and .h files from the lib/ and include/ directories and compile them with the -D___LIBRARY and -D___PRIMAL flags. Then, compile you app.c and app_.c (generated using "gsc -link app.scm") and link all of the .o files together. The file "misc/vc2008.bat" is a shell script showing the steps (when using Microsoft Visual C++, but for other C compilers the process is simular). On iOS, android, etc you'll need to write some FFI interface to call out to the mobile device's libraries.