First drop the game's core mechanic that compiles.

This commit is contained in:
Zed A. Shaw 2024-07-30 06:01:39 -04:00
commit 5f87d9846c
11 changed files with 607 additions and 0 deletions

14
scripts/reset_build.sh Normal file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -e
mv -f ./subprojects/packagecache .
rm -rf subprojects builddir
mkdir subprojects
mv packagecache ./subprojects/
mkdir builddir
cp *.wrap subprojects
meson wrap install fmt
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
meson setup builddir