jbe@0: Quickstart guide: jbe@0: jbe@8: $ make jbe@0: $ ./moonbridge example_application.lua jbe@0: jbe@8: Hint: use bmake on GNU systems jbe@8: jbe@0: Then connect to http://localhost:8080/ jbe@0: jbe@0: To learn more, check example_application.lua and reference.txt files. If you jbe@0: experence any touble during compilation, please edit the Makefile to match jbe@0: your system. jbe@0: jbe@8: jbe@8: Further notes: jbe@8: jbe@9: The moonbridge binary may be compiled with a string that gets appended jbe@9: to LUA_PATH (package.path) in order to allow proper inclusion of jbe@9: "moonbridge_http.lua" independent of the current working directory. jbe@9: Set the MOONBR_LUA_PATH variable to a string consisting of the path jbe@9: where "moonbridge_http.lua" will be installed plus "/?.lua" if you want jbe@9: to use this feature, e.g.: jbe@8: jbe@8: $ make MOONBR_LUA_PATH=/usr/local/lib/moonbridge/?.lua jbe@8: