From e27ee688172d1a63231d6fa74b3903d941e38d80 Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Sun, 9 Mar 2025 16:10:22 +0100
Subject: [PATCH] Windows: Clarify installation directory layout.
Suggested by eabase. #1346
---
doc/install.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
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