Rough cut on install instructions.

This commit is contained in:
Zed A. Shaw 2024-08-23 14:39:18 -04:00
parent f73d3fbfd8
commit 8f48627c72
3 changed files with 108 additions and 21 deletions

View file

@ -6,6 +6,7 @@ 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

View file

@ -8,6 +8,7 @@ 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