https://github.com/pegvin/lualib
Lua 5.4.4 Static Library
https://github.com/pegvin/lualib
lua lua-library
Last synced: 3 months ago
JSON representation
Lua 5.4.4 Static Library
- Host: GitHub
- URL: https://github.com/pegvin/lualib
- Owner: pegvin
- License: mit
- Created: 2022-07-25T14:07:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T15:23:14.000Z (over 3 years ago)
- Last Synced: 2024-12-27T21:14:20.129Z (about 1 year ago)
- Topics: lua, lua-library
- Language: C
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuaLib
Lua 5.4.4, released on 13 Jan 2022 With A Simple CMakeList To Build it into a static Library
---
### Building
make sure you have cmake installed:
```
cmake -B build
cmake --build build
```
if you have make installed then you can just run `make` and everything will be built (note this requires cmake too).
and you should have a `libLua544.a` or `libLua544.lib` (depending on the platform) in the `build` directory
---
# Thanks