Skip to content
Snippets Groups Projects
Unverified Commit 1f5d8121 authored by Elemer Lelik's avatar Elemer Lelik Committed by GitHub
Browse files

Update with Debian install note

parent 959ad29c
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,26 @@ From here on, you can continue with the Titan installation guide, see /Install/d
and then, optionally, the Eclipse installation guide.
9. Important Note: In later Debian and derived (Ubuntu etc.) distributions Titan is avalable directly from repositories
and can be installed with:
apt-get install eclipse-titan
However, environment variables and your Makefile will still have to be configured manually:
export TTCN3_DIR=/usr
export PATH=$TTCN3_DIR/bin/:${PATH}
export LD_LIBRARY_PATH=$TTCN3_DIR/lib:${LD_LIBRARY_PATH}
Add to your Makefile the appropriate flags:
# Flags for the C++ preprocessor (and makedepend as well):
CPPFLAGS = ..... -I/usr/include/titan
and
# Flags for the linker:
LDFLAGS = -L/usr/lib/titan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment