diff options
author | Mike Pall <mike> | 2012-06-08 20:54:47 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-06-08 21:14:33 +0200 |
commit | cccf7638989275e57377e2e25595213caacb7da3 (patch) | |
tree | 40aa697533f22adbd3cbef8f36148abb29ec0de1 /doc | |
parent | 7266e27404caf007e3ff3fc4e204ea6d4c6a4670 (diff) | |
download | luajit-cccf7638989275e57377e2e25595213caacb7da3.tar.gz luajit-cccf7638989275e57377e2e25595213caacb7da3.tar.bz2 luajit-cccf7638989275e57377e2e25595213caacb7da3.zip |
Move lib/* to src/jit/*.
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html index 3731b305..f487958d 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -329,7 +329,7 @@ Then follow the installation instructions below. | |||
329 | Copy <tt>luajit.exe</tt> and <tt>lua51.dll</tt> (built in the <tt>src</tt> | 329 | Copy <tt>luajit.exe</tt> and <tt>lua51.dll</tt> (built in the <tt>src</tt> |
330 | directory) to a newly created directory (any location is ok). | 330 | directory) to a newly created directory (any location is ok). |
331 | Add <tt>lua</tt> and <tt>lua\jit</tt> directories below it and copy | 331 | Add <tt>lua</tt> and <tt>lua\jit</tt> directories below it and copy |
332 | all Lua files from the <tt>lib</tt> directory of the distribution | 332 | all Lua files from the <tt>src\jit</tt> directory of the distribution |
333 | to the latter directory. | 333 | to the latter directory. |
334 | </p> | 334 | </p> |
335 | <p> | 335 | <p> |