Differences between revisions 2 and 3
Revision 2 as of 2007-01-19 18:42:24
Size: 621
Comment:
Revision 3 as of 2007-01-19 19:00:33
Size: 621
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * [http://websvn.kde.org/trunk/KDE/kdesdk/cmake/scripts/ ac2cmake - 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://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.

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: