I can now load a json config file name .tarpit.json to configure everything. It now works to configure the sounds used.
This commit is contained in:
parent
268d8abf52
commit
90f4f727ba
8 changed files with 91 additions and 17 deletions
|
@ -16,6 +16,7 @@ meson wrap install flac
|
|||
meson wrap install freetype2
|
||||
meson wrap install openal-soft
|
||||
meson wrap install sfml
|
||||
meson wrap install nlohmann_json
|
||||
# $env:CC="clang"
|
||||
# $env:CXX="clang++"
|
||||
meson setup --default-library=static --prefer-static builddir
|
||||
|
|
|
@ -19,4 +19,5 @@ meson wrap install flac
|
|||
meson wrap install freetype2
|
||||
meson wrap install openal-soft
|
||||
meson wrap install sfml
|
||||
meson wrap install nlohmann_json
|
||||
meson setup builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue