You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HeliumAnt edited this page Oct 18, 2021
·
3 revisions
Usage:
meson configure -D[option]=[value]
Options:
debug_type may be any of full,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 keeps some useful debug information
release disables all debug features
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.