Update readme, use a sort order for install scripts

This commit is contained in:
2025-01-25 20:57:03 -06:00
parent aa64550b72
commit 562443c34f
11 changed files with 23 additions and 10 deletions

6
installs_and_builds/s01_libs Executable file
View File

@ -0,0 +1,6 @@
#!/bin/zsh
local lua_package="lua5.1"
[[ "$BOX_SETUP_OS" = "macos" ]] && lua_package="lua@5.1"
${=BOX_SETUP_INSTALL_COMMAND} cmake gettext "$lua_package" liblua5.1-0-dev