-
Notifications
You must be signed in to change notification settings - Fork 16
Meson build options
HeliumAnt edited this page Aug 24, 2021
·
3 revisions
Usage:
meson configure -D[option]=[value]
Options:
-
debug_type
may be any offull,minimal,release
(default: minimal): and sets what debug features are available.-
full
enables all available features (mostly visualizations of lots of things), this slows down the game significantly -
minimal
??? -
release
disables all debug features
-
-
no_install
(bool) may be True or False: if false, the game will be built such that it may be installed to system directories, for additional info see the related wiki page on installing the game. -
cccpdatadir
(string) path to the Cortex Command Data repo (default: ../Cortex-Command-Community-Project-Data), only required when installing the game -
data_install_dir
(string) where to install the cccp data relative to the install prefix (default: share/CortexCommand) -
install_fmod
(bool) True or False: if true, the fmod library will be installed to a system directory (not recommended, use system package if available. Absolutely do not use if packaging) -
fmod_dir
(string) where to install the fmod library (default: /opt/CortexCommand/lib), generally not recommended to install into default system library directories.