Next: Marsyas options, Previous: Download, Up: Source installation
CMake produces build systems as desired – Makefiles on Linux / MacOS X / Cygwin, XCode projects on MacOS X, and MSVC projects on Windows. It can also create Eclipse and KDevelop3 projects.
src directory.

ccmake:
cd MY-MARSYAS-DIR
mkdir build
cd build
ccmake ../src/
[c] to begin the configuration. Once you have
finished changing options, press [c] to configure the
project again. Enabling certain options may add new options to
configure. Repeat until you are satisfied with the selected
options.
[t].
[g] to
generate the build system.