diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 | |||
112 | After running GNU make, in directory `src` you will find files | ||
113 | `lanes.lua` and `lanes/core.so`. The first goes into a directory on | ||
114 | your LUA_PATH, and the `lanes` directory goes into a directory on your | ||
115 | LUA_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) |