View Full Version : Mac Build


pdurrant
08-10-2009, 10:21 AM
Having finally followed the instructions, I have the Mac build working. To get the creator code and other information into the info.plist properly, I'll need to learn more about Mac OS X-specific CMake commands and variables, so I'll do that.

It's going to take longer than I thought to get that document linking done in a maintainable way....

Valloric
08-10-2009, 10:31 AM
To get the creator code and other information into the info.plist properly, I'll need to learn more about Mac OS X-specific CMake commands and variables, so I'll do that.

Take a look here (http://www.cmake.org/cmake/help/cmake2.6docs.html#prop_tgt:MACOSX_BUNDLE_INFO_PLIS T). You can use the cmake variables that generate an Info.plist, or you can make one by hand and then use that. I'm guessing the "by hand" way would be simpler.

You make an Info.plist file, and I'll add it to the trunk and build system.

I'd prefer it if we did this over email.