Update README.linux
authorElemer Lelik <erititan@users.noreply.github.com>
Mon, 20 Jul 2015 13:19:56 +0000 (15:19 +0200)
committerElemer Lelik <erititan@users.noreply.github.com>
Mon, 20 Jul 2015 13:19:56 +0000 (15:19 +0200)
Note when 'make install' fails added

README.linux

index 9becb31bc6742292cde535606890c48258003eda..058e2dce3d3e01032d94e7c164a20489cf621bcf 100644 (file)
@@ -81,6 +81,24 @@ make install
 
 This will install Titan into  /home/<user id>/titan/Install
 
+Note: If make install fails with something like:
+
+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
+
+then add /path/to/install/titan/bin/ to PATH and retry:
+
+PATH=/path/to/install/titan/bin/:${PATH} 
+make install
+
+
+
+
 5. Optionally , run function/regression tests
 
 set environment variable TTCN3_DIR to /home/<user id>/titan/Install
This page took 0.027677 seconds and 5 git commands to generate.