]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Windows: Clarify installation directory layout.
authorMike Pall <mike>
Sun, 9 Mar 2025 15:10:22 +0000 (16:10 +0100)
committerMike Pall <mike>
Sun, 9 Mar 2025 15:10:22 +0000 (16:10 +0100)
Suggested by eabase. #1346

doc/install.html

index 051d755ec5698b606d706d5fbc978632b50c5849..f67320a4a2f0d40767bc8febae2d54ccd89a98e4 100644 (file)
@@ -241,6 +241,19 @@ absolute path names &mdash; all modules are loaded relative to the
 directory where <tt>luajit.exe</tt> is installed
 (see <tt>src/luaconf.h</tt>).
 </p>
+<p>
+The final directory layout should look like this:
+</p>
+<pre class="code">
+├── 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 …)
+</pre>
 
 <h2 id="cross">Cross-compiling LuaJIT</h2>
 <p>