Xcode and Bio++
Thursday, September 10th, 2009Ok, first the good news. In the CVS version of Bio++ there is a CMake build system. Julien tells me that they are moving to that, so that will be the future of Bio++.
Why is this good news?
Because CMake can build Xcode projects, unlike Automake. So the CVS version of Bio++ is much easier to work with on OS X.
I still need to fiddle with the generated project files a bit to set the architecture, but aside from that it really is a breeze.
I should probably have a closer look at CMake now to start using that instead of Automake for my own projects.
All I have to figure out now is how to install the libraries from Xcode – I cannot just build the install target since I don’t have permissions for that – and how to build documentation sets. The latter can be built from Doxygen comments, and I think that I can do that with Xcode and CMake, but I haven’t figured out how yet.
–
253-275=-22

