Little restyle of output text

(duck)
This commit is contained in:
duck
2004-04-09 00:58:10 +00:00
committed by zzz
parent 44bbcd7033
commit 6b1d671aed

View File

@ -21,15 +21,20 @@ LIBFILE="libjbigi.so"
#INCLUDELIBS=""
#STATICLIBS="libgmp.a"
echo "Compiling C code..."
rm -f jbigi.o $LIBFILE
$CC -c $COMPILEFLAGS $INCLUDES src/jbigi.c
$CC $LINKFLAGS $INCLUDES $INCLUDELIBS -o $LIBFILE jbigi.o $STATICLIBS
echo "built, now testing"
echo ""
echo "Doing an ant build..."
(cd ../java/ ; $ANT build)
echo ""
echo "Built, now testing... This will take a while."
LD_LIBRARY_PATH=. $JAVA -cp ../java/build/i2p.jar -DloggerConfigLocation=../../installer/java/src/logger.config.template net.i2p.util.NativeBigInteger
echo ""
echo ""
echo "test complete. please review the lines 'native run time:', 'java run time:', and 'native = '"
echo "Test complete. Please review the lines 'native run time:', 'java run time:', and 'native = '"