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.
ravi/ravi-env.linux.sh.in

5 lines
371 B

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"