From 7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b Mon Sep 17 00:00:00 2001 From: Norman Ramsey Date: Thu, 18 Apr 2013 22:50:47 -0400 Subject: instructions for manual installation closes #51 --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README') diff --git a/README b/README index d1dc594..29b2560 100644 --- a/README +++ b/README @@ -105,5 +105,16 @@ just a reminder for myself...): export LIBRARY_PATH=.../local/lib export LD_LIBRARY_PATH=.../local/lib +======================== + Manual installation +======================= + +After running GNU make, in directory `src` you will find files +`lanes.lua` and `lanes/core.so`. The first goes into a directory on +your LUA_PATH, and the `lanes` directory goes into a directory on your +LUA_CPATH. If you are not sure how this works, try creating + + /usr/local/share/lua/5.1/lanes.lua + /usr/local/lib/lua/5.1/lanes/core.so (end) -- cgit v1.2.3-55-g6feb