aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorman Ramsey <nr@cs.tufts.edu>2013-04-18 22:50:47 -0400
committerNorman Ramsey <nr@cs.tufts.edu>2013-04-18 22:50:47 -0400
commit7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b (patch)
tree90a214ab5111516ca8869c4e925bf3b80f96233d
parentfd463fab897b5ada1a2b533f42c2ae1ab4dd2465 (diff)
downloadlanes-7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b.tar.gz
lanes-7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b.tar.bz2
lanes-7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b.zip
instructions for manual installation
closes #51
-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)