diff --git a/Lua-installation-on-windows.md b/Lua-installation-on-windows.md new file mode 100644 index 0000000..6c0210c --- /dev/null +++ b/Lua-installation-on-windows.md @@ -0,0 +1,5 @@ +# Luarocks + +There is a luarocks installer on this [site](https://github.com/rjpcomputing/luaforwindows/releases). + +However, there's also a minimal compilation environment to be ready. I used [msys2](https://www.msys2.org/), installed gcc and added the "usr/bin" dir in path. \ No newline at end of file