Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2014-02-14 22:10:46 +0400
committerRonan Collobert <ronan@collobert.com>2014-02-14 22:10:46 +0400
commit5139b8a7522a8f5976c043f1ccd5bdf42cc383fb (patch)
tree6228eafb531badb8a850cfba241932649c84b349 /README.md
parent9b1e6dcd79b5461438a28e5392e7f1929f12328f (diff)
fix readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index cf24d9b..313d96a 100644
--- a/README.md
+++ b/README.md
@@ -11,16 +11,12 @@ repository. We did not make any changes, except the compilation and
installation process.
In addition,
- - LuaJIT is compiled with RPATH support, such that there is no need to
- modify the system library path if it is installed in a non-standard location.
- (That is quite useful if you deal with several trees, e.g for debug reasons)
-
- Luarocks will be installed at the same location than LuaJIT and will know
about LuaJIT shared library location (mandatory for Windows installs). It will
also not be confused if you have several LuaJIT+luarocks at different locations.
- Luarocks will not use installed modules (such as luasocket, etc...), which
- is a workaround on a blatant annoying bug.
+ is a workaround on a blatant annoying Luarocks bug.
- Luarocks will come installed with [Torch rocks repository](http://torch.github.io/rocks.html).