CMake Build Options: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(Created page with "These are the options for the CMake command line supported by Scribus ==1.4.0-1.4.1== ==1.4.2== *WANT_NO_EXAMPLES (1.4.2+, 1.5.0+) : Set this to not install the scripter examp...")
 
No edit summary
Line 1: Line 1:
These are the options for the CMake command line supported by Scribus
These are the options for the CMake command line supported by Scribus:
==1.4.0-1.4.1==
 
==1.4.2==
==Unversioned or prior to 1.4.0 (WIP)==
*WANT_NO_EXAMPLES (1.4.2+, 1.5.0+) : Set this to not install the scripter examples scripts
 
*WANT_NO_TEMPLATES (1.4.2+, 1.5.0+) :  Set this to not install the document templates
WANT_QTARTHUR :
WANT_QT3SUPPORT :
WANT_GUI_LANG :
WANT_ASPELL :
WANT_PODOFO :
WANT_CAIRO : BOOL : Turn on using cairo as the rendering library, default
WANT_QTARTHUR : BOOL: Turn on Qt Arthur as the rendering library (DEPRECATED WITH 1.5.x)
WANT_NOHEADERINSTALL :
WITH_ASPELL : BOOL : Turn on aspell spelling support
WANT_HUNSPELL: BOOL : Turn on hunspell spelling support (1.4.2 and higher)
 
WANT_LIB64 :
 
==Confirmed working==
*WITH_PODOFO : BOOL: Enable support for PDF embedded in AI import
*WANT_QT3SUPPORT: BOOL: Turn on Qt3 support in Qt when building, defaults to off, we don't need Qt3 support
*WANT_DEBUG : BOOL : Turn on debugging and turn off stripping of debug information
*WANT_RELEASEWITHDEBUG : BOOL : Set release mode but keep debugging information
*WANT_DISTROBUILD : Turn off RPATH (SET(CMAKE_SKIP_RPATH TRUE) and SET(CMAKE_INSTALL_RPATH ""))
*WANT_NORPATH : Turn off RPATH (SET(CMAKE_SKIP_RPATH TRUE) and SET(CMAKE_INSTALL_RPATH ""))
*WANT_NO_EXAMPLES (1.4.2+, 1.5.0+) : BOOL :Set this to not install the scripter examples scripts
*WANT_NO_TEMPLATES (1.4.2+, 1.5.0+) :  BOOL: Set this to not install the document templates
*WANT_VERSIONING (prior to 1.4.0, and higher) : BOOL :Add version tags to the installation directories for installations allowing multiple versions to be installed
*APPLICATION_DATA_DIR : PATH : specify the user configuration directory at compile time
 
==OSX SPECIFIC==
*BUILD_OSX_BUNDLE : Set some options relating to building the OSX bundle
*WANT_UNIVERSAL_BUNDLE : BOOL : Attempt to build a PPC/Intel binary bundle for OSX
*WANT_QT4MAC_COCOA : BOOL : Where the OSX build machine supports Carbon and Cocoa, use Cocoa

Revision as of 19:40, 6 May 2012

These are the options for the CMake command line supported by Scribus:

Unversioned or prior to 1.4.0 (WIP)

WANT_QTARTHUR : WANT_QT3SUPPORT : WANT_GUI_LANG : WANT_ASPELL : WANT_PODOFO : WANT_CAIRO : BOOL : Turn on using cairo as the rendering library, default WANT_QTARTHUR : BOOL: Turn on Qt Arthur as the rendering library (DEPRECATED WITH 1.5.x) WANT_NOHEADERINSTALL : WITH_ASPELL : BOOL : Turn on aspell spelling support WANT_HUNSPELL: BOOL : Turn on hunspell spelling support (1.4.2 and higher)

WANT_LIB64 :

Confirmed working

  • WITH_PODOFO : BOOL: Enable support for PDF embedded in AI import
  • WANT_QT3SUPPORT: BOOL: Turn on Qt3 support in Qt when building, defaults to off, we don't need Qt3 support
  • WANT_DEBUG : BOOL : Turn on debugging and turn off stripping of debug information
  • WANT_RELEASEWITHDEBUG : BOOL : Set release mode but keep debugging information
  • WANT_DISTROBUILD : Turn off RPATH (SET(CMAKE_SKIP_RPATH TRUE) and SET(CMAKE_INSTALL_RPATH ""))
  • WANT_NORPATH : Turn off RPATH (SET(CMAKE_SKIP_RPATH TRUE) and SET(CMAKE_INSTALL_RPATH ""))
  • WANT_NO_EXAMPLES (1.4.2+, 1.5.0+) : BOOL :Set this to not install the scripter examples scripts
  • WANT_NO_TEMPLATES (1.4.2+, 1.5.0+) : BOOL: Set this to not install the document templates
  • WANT_VERSIONING (prior to 1.4.0, and higher) : BOOL :Add version tags to the installation directories for installations allowing multiple versions to be installed
  • APPLICATION_DATA_DIR : PATH : specify the user configuration directory at compile time

OSX SPECIFIC

  • BUILD_OSX_BUNDLE : Set some options relating to building the OSX bundle
  • WANT_UNIVERSAL_BUNDLE : BOOL : Attempt to build a PPC/Intel binary bundle for OSX
  • WANT_QT4MAC_COCOA : BOOL : Where the OSX build machine supports Carbon and Cocoa, use Cocoa