Just unzip the attached zip somewhere, then go
file-> import->Storyboard Embedded Engine (GAPP)
And just point it at the gapp file in the root directory of the unzipped archive.
The C source file is in there also (weather.c). This is the build line I use to build it
jason@ubuntu:~$ cc weather.c -L /home/jason/Crank_Software/Storyboard_Engine/linux-x86-sdl-obj/lib -I /home/jason/Crank_Software/Storyboard_Engine/linux-x86-sdl-obj/include/ -l greio -l rt -o weather
- To compile this for QNX drop the -lrt from the compile line.
- If you are running this on Linux you will need mqueue support in the kernel.
- If you want to run this on Windows, you'll want to wait until 1.1 since Storyboard IO will be supported on windows then
