fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] cmake equivalent of configure options


From: Pedro Lopez-Cabanillas
Subject: Re: [fluid-dev] cmake equivalent of configure options
Date: Wed, 6 Oct 2010 20:57:03 +0200
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.3-desktop; KDE/4.4.4; i686; ; )

Hi,

There aren't exactly the same options in the CMake build system compared to 
the auto-tools. The defaults may be different too. There is currently the 
following documentation available:

http://sourceforge.net/apps/trac/fluidsynth/wiki/BuildingWithCMake
http://sourceforge.net/apps/trac/fluidsynth/browser/trunk/fluidsynth/README.cmake

On Wednesday 06 October 2010, Ebrahim Mayat wrote:
> Hello
> 
> What are the cmake equivalents of the following configure options:
> --disable-static

The static build is disabled by default in CMake. If you want a static 
library, and also a statically linked fluidsynth CLI, you need to explicitly 
enable this feature, disabling the shared library with the command line 
option: -DBUILD_SHARED_LIBS=off

> --libdir
> --bindir
> --docdir
> --infodir
> --datarootdir
> --includedir
> --mandir

There aren't equivalent options, at this time.
 
> and also fluidsynth-specific options like --disable-alsa

Please run "cmake-gui" or "ccmake", the alternative front ends with GUI or 
ncurses interface. The available options have associated help strings. This is 
just another different way of doing things, compared to the autotools.

Regards,
Pedro



reply via email to

[Prev in Thread] Current Thread [Next in Thread]