Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2007-02-23 16:41:36
Size: 712
Comment:
Revision 6 as of 2007-02-23 16:44:01
Size: 717
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * [http://public.kitware.com/pipermail/cmake/2006-April/008793.html Excellent posting on autoconf/cmake comparison]
 * [http://websvn.kde.org/trunk/KDE/kdesdk/cmake/scripts/ am2cmake - a KDE Makefile.am to CMakeLists.txt converter] - ran this in the freesurfer dev directory. created !CMakeLists.txt files from Makefile.am files, but mostly with errors and some KDE stuff in them. might be a starting point.
 * [http://public.kitware.com/pipermail/cmake/2006-April/008793.html Anoither great posting on autoconf/cmake comparison]
 * [http://websvn.kde.org/trunk/KDE/kdesdk/cmake/scripts/ am2cmake - a KDE Makefile.am to CMakeLists.txt converter] - ran this in the freesurfer dev directory. created C!MakeLists.txt files from Makefile.am files, but mostly with errors and some KDE stuff in them. might be a starting point.

CMake notes

Eventually, we would like the Freesurfer codebase to build through [http://cmake.org CMake].

To get from the current Autoconf scheme to CMake is not trivial. Here are some notes: