X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=README.linux;fp=README.linux;h=7d412d0347506cf73ac9de24b58280deca79abfb;hb=775259bec4b51aa6d1d8e20199ceaa940e2a5e0a;hp=058e2dce3d3e01032d94e7c164a20489cf621bcf;hpb=60f48d67ac3be831fa0095b0f9c5d01c3489104d;p=deliverable%2Ftitan.core.git diff --git a/README.linux b/README.linux index 058e2dc..7d412d0 100644 --- a/README.linux +++ b/README.linux @@ -75,38 +75,30 @@ GEN_PDF := no make -4. Run make install +4. Set environment variables -make install - -This will install Titan into /home//titan/Install +setenv TTCN3_DIR /home//titan/Install +setenv PATH /home//titan.core/Install/bin/:${PATH} +setenv LD_LIBRARY_PATH /home//titan.core/Install/lib:${LD_LIBRARY_PATH} -Note: If make install fails with something like: +for csh -make[2]: Leaving directory '/path/to/install/titan/demo' -/bin/sh: line 4: ttcn3_start: command not found -kMakefile:25: recipe for target 'install' failed -make[1]: *** [install] Error 127 -make[1]: Leaving directory '/home/user/3rdPartyApps/titan/hello' -Makefile:53: recipe for target 'install' failed -make: *** [install] Error 2 +or -then add /path/to/install/titan/bin/ to PATH and retry: - -PATH=/path/to/install/titan/bin/:${PATH} -make install +export TTCN3_DIR=/home//titan/Install +export PATH=/home//titan.core/Install/bin/:${PATH} +export LD_LIBRARY_PATH=/home//titan.core/Install/lib:${LD_LIBRARY_PATH} +for bash +5. Run make install +make install -5. Optionally , run function/regression tests - -set environment variable TTCN3_DIR to /home//titan/Install - -(setenv TTCN3_DIR /home//titan/Install for csh, -export TTCN3_DIR=/home//titan/Install for bash ) +This will install Titan into /home//titan/Install +6. Optionally , run function/regression tests cd /home//titan/function_test @@ -131,6 +123,7 @@ make run These tests might run for half an hour (regr.tests) to two hours (func.tests) -6. Optionally , copy Titan into its' final directory. -From here on, you can continue with the Titan installation guide, see /Install/docs, to set environment variables etc. +7. Optionally , copy Titan into its final directory. +From here on, you can continue with the Titan installation guide, see /Install/docs, +to set/change environment variables etc.