fingolfin / gap-osx-bundle

Bundle GAP and related software into a binary installer for Mac OS X
5 stars 3 forks source link

Add cmake package #1

Closed fingolfin closed 10 years ago

fingolfin commented 10 years ago

Right now, building the GAP.app bundle resp. the dmg requires that one first installs at least the Xcode command line tools, as well as cmake and boost.

Perhaps we could make a cmake package (similar to automake, autoconf, libtool) which builds cmake, thus removing the need to manually install a copy of cmake. This also removes yet another variable in the build process, increasing the chance that the dmg creation works across many systems.