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
21
scripts/reset_build.sh
Executable file
21
scripts/reset_build.sh
Executable file
|
@ -0,0 +1,21 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
mv ./subprojects/packagecache .
|
||||
rm -rf ./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 builddir
|
Loading…
Add table
Add a link
Reference in a new issue