This project's purpose is to provide examples of how to incorporate C libraries in KONA
Run the project with
make install && makemake install performs the following:
- clone kona
- overwrite src/kapi.c and Makefile
- build kona with api flags
- clone raylib
- build raylib
make performs the following:
- compile
t.cwith external library flags - execute
./run
Certain files in the kona project need edits in order to build correctly
Those edits are stored in ./extern and copied during make install
Thanks to 'Bakul Shah' in the Kona-User Mailing List for the timely and correct response.