kinrou
#1
Hi,
I have downloaded the x-code FAT (10.6) zip from the site and I tried to build the provided examples.
But it seems all projects a referencing the openframeworks built library (openFrameworksDebug.a) which is missing.
I tried to recompile it myself but I was unsuccessful. Do I really need to build the library? If I do how do I need to do this?
Am I missing something?
Please help.
Many thanks
You should probably be using 007 which is the download linked from the homepage http://www.openframeworks.cc/versions/preRelease-v0.07/of-preRelease-v007-osx.zip and yes, you do need to build the library, but the project should automatically build it.
It’s built into a static library to make compiling faster for you, so it only compiles the main OF library once, pretty neat.