mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-18 21:19:19 +00:00
Windows: Clarify installation directory layout.
Suggested by eabase. #1346
This commit is contained in:
parent
55a42da36e
commit
e27ee68817
@ -241,6 +241,19 @@ absolute path names — all modules are loaded relative to the
|
|||||||
directory where <tt>luajit.exe</tt> is installed
|
directory where <tt>luajit.exe</tt> is installed
|
||||||
(see <tt>src/luaconf.h</tt>).
|
(see <tt>src/luaconf.h</tt>).
|
||||||
</p>
|
</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>
|
<h2 id="cross">Cross-compiling LuaJIT</h2>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user