Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export RAVI_HOME=@CMAKE_INSTALL_PREFIX@
|
|
export PATH=$RAVI_HOME/@CMAKE_INSTALL_BINDIR@:$PATH
|
|
export LD_LIBRARY_PATH=$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@:$LD_LIBRARY_PATH
|
|
export LUA_PATH="$RAVI_HOME/share/lua/5.3/?.lua;$RAVI_HOME/share/lua/5.3/?/init.lua;./?.lua;./?/init.lua"
|
|
export LUA_CPATH="$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@/?.so;$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@/lib?.so"
|