moonbridge

diff README @ 9:757902555204

Proper treatment of double semicolons in package.path and added MOONBR_LUA_CPATH in addition to MOONBR_LUA_PATH
author jbe
date Thu Jan 29 15:14:58 2015 +0100 (2015-01-29)
parents 32e0838d16e6
children
line diff
     1.1 --- a/README	Thu Jan 29 03:22:06 2015 +0100
     1.2 +++ b/README	Thu Jan 29 15:14:58 2015 +0100
     1.3 @@ -14,11 +14,12 @@
     1.4  
     1.5  Further notes:
     1.6  
     1.7 -The moonbridge binary may be compiled with a string that gets prepended to
     1.8 -LUA_PATH in order to allow proper inclusion of "moonbridge_http.lua"
     1.9 -independent of the current working directory. Set the MOONBR_LUA_PATH variable
    1.10 -to a string consisting of the path where "moonbridge_http.lua" will be
    1.11 -installed plus "/?.lua" if you want to use this feature, e.g.:
    1.12 +The moonbridge binary may be compiled with a string that gets appended
    1.13 +to LUA_PATH (package.path) in order to allow proper inclusion of
    1.14 +"moonbridge_http.lua" independent of the current working directory.
    1.15 +Set the MOONBR_LUA_PATH variable to a string consisting of the path
    1.16 +where "moonbridge_http.lua" will be installed plus "/?.lua" if you want
    1.17 +to use this feature, e.g.:
    1.18  
    1.19  $ make MOONBR_LUA_PATH=/usr/local/lib/moonbridge/?.lua
    1.20  

Impressum / About Us