Closed ghost closed 12 years ago
This way, is possible to use luajit with custom wsapi config file. The command line can be used like this
~/.luarocks/bin/wsapi -c yourconfig.lua
or this: ~/.luarocks/bin/wsapi --config=yourconfig.lua;
~/.luarocks/bin/wsapi --config=yourconfig.lua;
or this: _export WSAPI_CONFIG=yourconfig.lua; ~/.luarocks/bin/wsapi_
export WSAPI_CONFIG=yourconfig.lua; ~/.luarocks/bin/wsapi
This way, is possible to use luajit with custom wsapi config file. The command line can be used like this
~/.luarocks/bin/wsapi -c yourconfig.lua
or this:
~/.luarocks/bin/wsapi --config=yourconfig.lua;
or this: _
export WSAPI_CONFIG=yourconfig.lua; ~/.luarocks/bin/wsapi
_