Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
d67b1176
Commit
d67b1176
authored
Jul 07, 2021
by
YannGarcia
Browse files
Debug Dockerfile.stfubuntu
parent
ce699525
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/home/etc/init.d/10-titan.sh
View file @
d67b1176
...
...
@@ -20,13 +20,23 @@ git clone --progress "$TITAN_REPO" || exit 1
cd
titan.core
||
exit
1
cat
>
Makefile.personal
<<
EOF
TTCN3_DIR=
$TTCN3_DIR
JNI=
yes
GUI=
yes
JNI=
no
GUI=
no
DEBUG=no
GEN_PDF=no
JDKDIR=
$JAVA_HOME
EOF
echo
-e
"##########################################################"
if
[
-f
/usr/include/editline/readline.h
]
then
head
/usr/include/editline/readline.h
else
echo
-e
"==> Missing editline package?????"
fi
echo
-e
"##########################################################"
make
&&
make
install
||
exit
1
# To be compiant with build_ttcn3.bash
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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