Added deserializer and moench04 map to ctbGui

This commit is contained in:
2019-05-29 15:48:22 +02:00
parent c90a7b0e8a
commit 4a112d7889
5 changed files with 277 additions and 67 deletions

View File

@@ -9,6 +9,7 @@ if [ "x${BASH_ARGV[0]}" = "x" ]; then
#if [ "x$f" = "x" ]; then
if [ ! -f this_build_bin_path.sh ]; then
f=$0
echo "aaaa"
#thispath=$(dirname ${BASH_ARGV[0]})
thispath=$(dirname $f)
p=$(cd ${thispath};pwd);
@@ -16,15 +17,19 @@ if [ "x${BASH_ARGV[0]}" = "x" ]; then
# echo "ERROR: must cd where/this/package/is before calling this_path.sh"
# echo "Try sourcing it"
else
echo "bbb"
THIS_PATH="$PWD/build/bin/";
fi
else
#thispath=$(dirname ${BASH_ARGV[0]})
thispath=${BASH_ARGV[0]}
#thispath=$(dirname $f)
THIS_PATH=$(cd ${thispath};pwd);
else
thispath=$(dirname ${BASH_ARGV[0]})
p=$(cd ${thispath};pwd);
THIS_PATH="$p/build/bin/"
echo "ccc"
fi
echo $THIS_PATH
echo "this_path="$THIS_PATH
export PATH=$THIS_PATH:$PATH
export LD_LIBRARY_PATH=$THIS_PATH:$LD_LIBRARY_PATH
echo "path="$PATH
echo "ld_library_path="$LD_LIBRARY_PATH