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
295 B

export RAVI_HOME=@CMAKE_INSTALL_PREFIX@
export PATH=$RAVI_HOME/bin:$PATH
export LD_LIBRARY_PATH=$RAVI_HOME/lib:$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/lib/?.so;$RAVI_HOME/lib/lib?.so"