mirror of
https://github.com/allyourcodebase/lua.git
synced 2026-05-01 11:17:58 +02:00
added windows compile warning to README.md
This commit is contained in:
parent
686d192815
commit
816b686c19
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Lua
|
||||
## 5.4.7
|
||||
|
||||
## Warning
|
||||
due to a bug in the 0.13.0 release of the zig compiler you will need the development version of zig in order to build the lua54.dll on windows.
|
||||
|
||||
## Build Instructions
|
||||
To build all targets run
|
||||
```sh
|
||||
zig build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue