moonbridge
view README @ 332:86d9377cc615
Added missing "extern" for moonbr_io_sigterm_flag (caused linker errors on certain platforms)
| author | jbe | 
|---|---|
| date | Fri Feb 05 14:45:55 2021 +0100 (2021-02-05) | 
| parents | 757902555204 | 
| children | 
 line source
     1 Quickstart guide:
     3 $ make
     4 $ ./moonbridge example_application.lua
     6 Hint: use bmake on GNU systems
     8 Then connect to http://localhost:8080/
    10 To learn more, check example_application.lua and reference.txt files. If you
    11 experence any touble during compilation, please edit the Makefile to match
    12 your system.
    15 Further notes:
    17 The moonbridge binary may be compiled with a string that gets appended
    18 to LUA_PATH (package.path) in order to allow proper inclusion of
    19 "moonbridge_http.lua" independent of the current working directory.
    20 Set the MOONBR_LUA_PATH variable to a string consisting of the path
    21 where "moonbridge_http.lua" will be installed plus "/?.lua" if you want
    22 to use this feature, e.g.:
    24 $ make MOONBR_LUA_PATH=/usr/local/lib/moonbridge/?.lua
