From 8cf1191d69e05fd2e04092ba1a2954ffcb35fab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fou=C3=A9?= Date: Fri, 2 Jan 2026 18:56:18 +0100 Subject: [PATCH] Ajouter Lua installation on windows --- Lua-installation-on-windows.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Lua-installation-on-windows.md 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