This repository was archived by the owner on Jan 5, 2024. It is now read-only.
forked from DataRealms/CCOSS
-
Notifications
You must be signed in to change notification settings - Fork 38
Meson build options
HeliumAnt edited this page Aug 24, 2021
·
3 revisions
Usage:
meson configure -D[option]=[value]
Options:
-
debug_typemay be any offull,minimal,release(default: minimal): and sets what debug features are available.-
fullenables all available features (mostly visualizations of lots of things), this slows down the game significantly -
minimal??? -
releasedisables 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.