Browse Source

Windows: Clarify installation directory layout.

Suggested by eabase. #1346
Mike Pall 7 months ago
parent
commit
e27ee68817
1 changed files with 13 additions and 0 deletions
  1. 13 0
      doc/install.html

+ 13 - 0
doc/install.html

@@ -241,6 +241,19 @@ absolute path names — 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>