7b7138752ab44e0eb5fb5c3ff5b98e79097cde60
kos32-liblua
Package like liblua*-dev from linux.
Installing lua headers and binares for dev.
Install
Linux
This will install everything you need(you can change lua version):
sudo mkdir -p /etc/apt/keyrings
sudo curl https://git.kolibrios.org/api/packages/Lua/debian/repository.key -o /etc/apt/keyrings/gitea-Lua.asc
sudo curl https://git.kolibrios.org/api/packages/Egor00f/debian/repository.key -o /etc/apt/keyrings/gitea-Egor00f.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-Egor00f.asc] https://git.kolibrios.org/api/packages/Egor00f/debian bookworm main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
echo "deb [signed-by=/etc/apt/keyrings/gitea-Lua.asc] https://git.kolibrios.org/api/packages/Lua/debian bookworm main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update
sudo apt install kos32-liblua5.4
Windows
just download installer from releases
build
you must install gcc toolchain before build package
Linux
make "LUA_VER=A.B" build-deb
or
make kos32-liblua<Version>.deb
Windows
make "LUA_VER=A.B" build-exe
or
make kos32-liblua<Version>.exe
Description
v0.0.1
Latest
Languages
Inno Setup
53%
Makefile
47%