aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index d1dc594..29b2560 100644
--- a/README
+++ b/README
@@ -105,5 +105,16 @@ just a reminder for myself...):
105 export LIBRARY_PATH=.../local/lib 105 export LIBRARY_PATH=.../local/lib
106 export LD_LIBRARY_PATH=.../local/lib 106 export LD_LIBRARY_PATH=.../local/lib
107 107
108========================
109 Manual installation
110=======================
111
112After running GNU make, in directory `src` you will find files
113`lanes.lua` and `lanes/core.so`. The first goes into a directory on
114your LUA_PATH, and the `lanes` directory goes into a directory on your
115LUA_CPATH. If you are not sure how this works, try creating
116
117 /usr/local/share/lua/5.1/lanes.lua
118 /usr/local/lib/lua/5.1/lanes/core.so
108 119
109(end) 120(end)