Commit d67b1176 authored by YannGarcia's avatar YannGarcia
Browse files

Debug Dockerfile.stfubuntu

parent ce699525
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment