OOn Thu, 15 Sep 2016 06:36:30 +0200 (CEST), Ffanci Silvain wrote:
jonetsu(a)teksavvy.com, Sep 15 2016:
The INSTALL file is straightforward. ccmake
isn't. What it does is
that it shows a screen with options. Options seems OK, so what is
the next step to go on with the compilation ?
at the bottom of the screen ccmake should list all the available steps:
Press [c] to configure
etc.
So first you press the letter 'c'. When that is OK, you should also
see an option "generate", so press 'g'. After that ccmake should quit
automatically.
Running cmake afterwars appears to be optional.
$ wget
https://github.com/Yoshimi/yoshimi/archive/1.4.1.tar.gz
$ tar xf 1.4.1.tar.gz
$ cd yoshimi-1.4.1/src/
Isn't there a way to run only
$ cmake ./ -DCMAKE_INSTALL_some_option
?
I didn't "create a separate directory for build", since I only want to
see how to handle options.
However, how to proceed when running
$ ccmake ./
and after pushing "c" to change e.g. the "--prefix" directory?
This is how it's done by an Arch PKGBUILD:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yoshimi
I would expect some hints provided by yoshimi's INSTALL file.
Regards,
Ralf