Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
60f48d67
Commit
60f48d67
authored
Jul 20, 2015
by
Elemer Lelik
Browse files
Update README.linux
Note when 'make install' fails added
parent
84961006
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.linux
View file @
60f48d67
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment