summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 56851b9..f01fa6e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -38,13 +38,21 @@ to `/usr/local/include/`.
Use
$ make clean
- $ make PREFIX=<your custom path> install
+ $ make PREFIX=/install/path install
to change the install path.
Both the Lua 5.1.4 and libev 4.03 sources are included so having Lua or
libev installed on your system is not required to build the Lua Event Machine.
+You can, however, link against a shared Lua or [LuaJIT][] library by
+setting the LUA variable to point to the installed interpreter. E.g:
+
+ $ make clean
+ $ make PREFIX=/install/path LUA=/path/to/lua/or/luajit2 install
+
+[luajit]: http://luajit.org/luajit.html
+
Usage
-----