Hi,

It was asked here, some time ago, if there is a way for Rosegarden's build  
system to show the existing configuration options and their default values, 
as it used to do the former "configure --help" command. I've found recently 
that this can be done with this command line:

        $ cmake -LH | grep -1 "WANT"

Perhaps we should include this trick in the INSTALL document. Here is a sample 
output:

Installation Summary
--------------------

Install Directory             : /usr
Build type                    : Release
Use Qt/KDE precompiled headers: FALSE

Xft notation font support     : TRUE
LIRC infrared remote support  : TRUE

ALSA MIDI support             : TRUE
JACK audio support            : TRUE
LADSPA plugin support         : TRUE
DSSI synth plugin support     : TRUE
Custom OSC plugin GUI support : TRUE
LRDF plugin metadata support  : TRUE

// Include debug support
WANT_DEBUG:BOOL=OFF

// Include DSSI support
WANT_DSSI:BOOL=ON

// Full debug support (BIG executables!)
WANT_FULLDBG:BOOL=OFF

// Include Jack (Jack Audio Connection Kit) support
WANT_JACK:BOOL=ON

// Include LIRC (Linux Infrared Remote Control) support
WANT_LIRC:BOOL=ON

// Use precompiled headers
WANT_PCH:BOOL=OFF

// Include Sound support
WANT_SOUND:BOOL=ON


Regards,
Pedro

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to