mirror of
https://github.com/allyourcodebase/lua.git
synced 2026-05-01 11:17:58 +02:00
fix README.md
This commit is contained in:
parent
0f326e1405
commit
a4b5a889ce
1 changed files with 9 additions and 7 deletions
|
|
@ -8,12 +8,14 @@ zig build
|
||||||
|
|
||||||
## Build Artifacts
|
## Build Artifacts
|
||||||
| Name | Artifact |
|
| Name | Artifact |
|
||||||
|
|:---------:| ------------------------- |
|
||||||
| "lua" | The main lua library |
|
| "lua" | The main lua library |
|
||||||
| "lua_exe" | The lua interpreter |
|
| "lua_exe" | The lua interpreter |
|
||||||
| "luac" | The lua bytecode compiler |
|
| "luac" | The lua bytecode compiler |
|
||||||
|
|
||||||
## Compile Options
|
## Compile Options
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|
|:------------:| ---- | -------------------------- |
|
||||||
| release | bool | optimize for end users |
|
| release | bool | optimize for end users |
|
||||||
| shared | bool | build as shared library |
|
| shared | bool | build as shared library |
|
||||||
| use_readline | bool | readline support for linux |
|
| use_readline | bool | readline support for linux |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue