From: Mike Pall Date: Sun, 9 Mar 2025 15:10:22 +0000 (+0100) Subject: Windows: Clarify installation directory layout. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27ee688172d1a63231d6fa74b3903d941e38d80;p=thirdparty%2FLuaJIT.git Windows: Clarify installation directory layout. Suggested by eabase. #1346 --- diff --git a/doc/install.html b/doc/install.html index 051d755e..f67320a4 100644 --- a/doc/install.html +++ b/doc/install.html @@ -241,6 +241,19 @@ absolute path names — all modules are loaded relative to the directory where luajit.exe is installed (see src/luaconf.h).

+

+The final directory layout should look like this: +

+
+├── luajit.exe
+├── lua51.dll
+├── <- put your own classic Lua/C API modules (*.dll) here
+└── lua
+    ├── <- put your own Lua modules (*.lua) here
+    └── jit
+        ├── bc.lua
+        └── (etc …)
+

Cross-compiling LuaJIT