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
16
README.md
16
README.md
|
|
@ -7,15 +7,17 @@ zig build
|
|||
```
|
||||
|
||||
## Build Artifacts
|
||||
| Name | Artifact |
|
||||
| "lua" | The main lua library |
|
||||
| "lua_exe" | The lua interpreter |
|
||||
| "luac" | The lua bytecode compiler |
|
||||
| Name | Artifact |
|
||||
|:---------:| ------------------------- |
|
||||
| "lua" | The main lua library |
|
||||
| "lua_exe" | The lua interpreter |
|
||||
| "luac" | The lua bytecode compiler |
|
||||
|
||||
## Compile Options
|
||||
| Name | Type | Description |
|
||||
| release | bool | optimize for end users |
|
||||
| shared | bool | build as shared library |
|
||||
| Name | Type | Description |
|
||||
|:------------:| ---- | -------------------------- |
|
||||
| release | bool | optimize for end users |
|
||||
| shared | bool | build as shared library |
|
||||
| use_readline | bool | readline support for linux |
|
||||
|
||||
## Using in a zig project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue