Start of the starter pack so I can get the installs up and write a blog post about it.
This commit is contained in:
parent
75ca681dd2
commit
3cef4a80b1
13 changed files with 711 additions and 2 deletions
18
scripts/reset_build.ps1
Normal file
18
scripts/reset_build.ps1
Normal file
|
@ -0,0 +1,18 @@
|
|||
mv .\subprojects\packagecache .
|
||||
rm -recurse -force .\subprojects\,.\builddir\
|
||||
mkdir subprojects
|
||||
mv .\packagecache .\subprojects\
|
||||
mkdir builddir
|
||||
meson wrap install flac
|
||||
meson wrap install freetype2
|
||||
meson wrap install imgui-sfml
|
||||
meson wrap install imgui
|
||||
meson wrap install libpng
|
||||
meson wrap install ogg
|
||||
meson wrap install openal-soft
|
||||
meson wrap install sfml
|
||||
meson wrap install vorbis
|
||||
meson wrap install zlib
|
||||
meson wrap install fmt
|
||||
meson wrap install box2d
|
||||
meson setup -Ddefault_library=static builddir
|
Loading…
Add table
Add a link
Reference in a new issue