An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Build](https://github.com/Egor00f/lua-kolibrios/actions/workflows/build.yml/badge.svg?branch=main)](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
```