aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-04-20 09:58:00 -0700
committerBenoit Germain <bnt.germain@gmail.com>2013-04-20 09:58:00 -0700
commit82f8eaef87039fede450c517fda6cf68f8d15d45 (patch)
tree90a214ab5111516ca8869c4e925bf3b80f96233d
parentc2beed7e137d1f79db6b41472a7f81ab97966b06 (diff)
parent7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b (diff)
downloadlanes-82f8eaef87039fede450c517fda6cf68f8d15d45.tar.gz
lanes-82f8eaef87039fede450c517fda6cf68f8d15d45.tar.bz2
lanes-82f8eaef87039fede450c517fda6cf68f8d15d45.zip
Merge pull request #52 from nrnrnr/master
Description of manual installation process
-rw-r--r--README11
-rw-r--r--src/.gitignore2
2 files changed, 13 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)
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..652a03a
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,2 @@
1/lanes
2*.o