32 lines
738 B
Plaintext
32 lines
738 B
Plaintext
# SECONDO ENVIRONMENT SETUP FOR LINUX
|
|
#
|
|
# Feb 2005. M. Spiekermann
|
|
|
|
|
|
# Berkeley DB
|
|
export BERKELEY_DB_DIR=${SECONDO_SDK}/bdb
|
|
|
|
#SWI Prolog
|
|
export SWI_HOME_DIR="$SECONDO_SDK/swi/lib/pl-5.4.7"
|
|
export PL_INCLUDE_DIR="$SWI_HOME_DIR/include"
|
|
export PL_LIB_DIR="$SWI_HOME_DIR/lib/i686-linux"
|
|
|
|
export PL_VERSION="50407"
|
|
# If the OptimizerServer crashes at runtime try to use it
|
|
# with the jpl libraries provided by SWI-Prolog instead of
|
|
# compiling it (see also Jpl/readme.txt).
|
|
|
|
#export PL_DLL_DIR=PL_LIB_DIR
|
|
#export JPL_JAR=$SWI_HOME_DIR/lib/jpl.jar
|
|
#export JPL_DLL=$PL_DLL_DIR/libjpl.so
|
|
|
|
#JAVA
|
|
export J2SDK_ROOT="$SECONDO_SDK/j2sdk1.4.2_01"
|
|
|
|
#PD System
|
|
export PD_DVI_VIEWER=xdvi
|
|
export PD_PS_VIEWER=gv
|
|
|
|
#Readline support
|
|
export readline=true
|