Build Notes & Scripts

I’m slowly improving and updating the build notes section. A few new things over the past few months:

Source for the ccub tools. These help get the universal flags where they are needed, without getting mangled by old versions of libtool or old configure code.

Build notes updated for universal builds, using ccub when needed. This is still in progress, and there is still a lot of old stuff.

Framework build scripts. I have a few Xcode projects for frameworks, but they are hard to maintain as the sources change. I finished up the first build script today, for the FreeType framework. It will build universal, and with the right SDKs, for older systems – so even though my binaries require a minimum of Tiger, you can build a framework for Panther if you need it. The UnixImageIO Xcode project may stay as a project, since it combines multiple libraries, but I’ll look into if/how I can make a build script for it.