Now I can play a sound! Yay!
This commit is contained in:
parent
f83c0c7ff9
commit
7309ec2f40
7 changed files with 47 additions and 8 deletions
|
@ -3,14 +3,19 @@ rm -recurse -force .\subprojects\,.\builddir\
|
|||
mkdir subprojects
|
||||
mv .\packagecache .\subprojects\
|
||||
cp *.wrap subprojects
|
||||
# cp -recurse -force packagefiles subprojects
|
||||
mkdir builddir
|
||||
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
|
||||
# $env:CC="clang"
|
||||
# $env:CXX="clang++"
|
||||
meson setup --default-library=static --prefer-static builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue