File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,18 @@ This is a CMake-based project to build and package [Lua](https://lua.org/) and
55repository] ( https://luabinaries.sourceforge.net/ ) is not updated very
66frequently, and the [ compilation
77process] ( https://www.lua.org/manual/5.4/readme.html ) for Windows binaries is not
8- easy for non-C developers, you can use this project to build an updated version
9- of Lua.
8+ straightforward for non-C developers, you can use this project to build an
9+ updated version of Lua.
1010
11- ## Prerequisites
11+ The installer is used by the ` DEVCOM.Lua `
12+ [ winget] ( https://learn.microsoft.com/windows/package-manager/ ) package. You can
13+ install it with the following command:
14+
15+ ``` powershell
16+ winget install --id DEVCOM.Lua
17+ ```
18+
19+ ## Build prerequisites
1220
1321- C compiler ([ Microsoft Visual
1422 C++] ( https://learn.microsoft.com/cpp/overview/visual-cpp-in-visual-studio ) or
You can’t perform that action at this time.
0 commit comments