-
Notifications
You must be signed in to change notification settings - Fork 8
Contributing
stechyo edited this page Jan 16, 2024
·
3 revisions
This extension expects the steam-audio lib to be placed in src/lib/steamaudio
in order to compile.
Check the Makefile for an example install.
To compile a proper debug build, you'll likely want to do:
scons target=template_debug debug_symbols=true
This project uses clang-format to ensure that C++ code style is consistent. Pull requests that are not formatted with its tool and the provided config will not be accepted until the formatting is corrected.