diff options
| author | Benoit Germain <bnt.germain@gmail.com> | 2013-04-20 09:58:00 -0700 |
|---|---|---|
| committer | Benoit Germain <bnt.germain@gmail.com> | 2013-04-20 09:58:00 -0700 |
| commit | 82f8eaef87039fede450c517fda6cf68f8d15d45 (patch) | |
| tree | 90a214ab5111516ca8869c4e925bf3b80f96233d | |
| parent | c2beed7e137d1f79db6b41472a7f81ab97966b06 (diff) | |
| parent | 7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b (diff) | |
| download | lanes-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-- | README | 11 | ||||
| -rw-r--r-- | src/.gitignore | 2 |
2 files changed, 13 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) |
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 | ||
