[MINC-development] compiling Display from github

Jordi Gutiérrez Hermoso jordigh at octave.org
Mon Nov 5 13:42:35 EST 2012


On 5 November 2012 13:32, Jason Lerch <jason at phenogenomics.ca> wrote:
> Thanks for the cmake pointers. Two questions for the dumb ones amongst us
> (i.e. me):
>
> * what's the equivalent of --prefix

    cmake -DCMAKE_INSTALL_PREFIX=/usr

Basically, you can use -D to set any CMake variable.

> and our --with-build-path?

This I don't know, but if you do "ccmake ." in your build directory,
you'll get an ncurses interface for setting other CMake variables.
They're mostly documented in the giant cmake manpage.

- Jordi G. H.


More information about the MINC-development mailing list