https://github.com/egor00f/lua-kolibrios
port of lua for KolibriOS
https://github.com/egor00f/lua-kolibrios
kolibrios lua
Last synced: 3 months ago
JSON representation
port of lua for KolibriOS
- Host: GitHub
- URL: https://github.com/egor00f/lua-kolibrios
- Owner: Egor00f
- Created: 2024-12-11T13:43:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T17:22:03.000Z (4 months ago)
- Last Synced: 2025-01-15T18:39:31.937Z (4 months ago)
- Topics: kolibrios, lua
- Language: C
- Homepage: https://egor00f.github.io/lua-kolibrios/
- Size: 928 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/Egor00f/lua-kolibrios/actions/workflows/build.yml)
This is port for KolibriOS of Lua 5.4.7
For installation instructions, license details, and
further information about Lua, see `doc/readme.html`.## Build
for build you need install gcc toolchain([installer](https://github.com/Egor00f/kolibrios-gcc-toolchain))
### Shared build
```
make shared
```### Static build
```
make static
```### Static build with syscalls library
```
make static-with-syscalls
```### Shared syscalls library
```
make syscalls.dll
```