Sounds are working...BUT...I have to make ones I own so hang on until I do that.

This commit is contained in:
Zed A. Shaw 2024-08-25 22:09:13 -04:00
parent 7309ec2f40
commit 268d8abf52
5 changed files with 75 additions and 11 deletions

View file

@ -8,9 +8,15 @@ mv packagecache ./subprojects/
mkdir builddir
cp *.wrap subprojects
meson wrap install fmt
meson wrap install openal-soft
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
meson wrap install catch2
meson wrap install libpng
meson wrap install vorbis
meson wrap install ogg
meson wrap install flac
meson wrap install freetype2
meson wrap install openal-soft
meson wrap install sfml
meson setup builddir