I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6b1d671a authored by duck's avatar duck Committed by zzz
Browse files

Little restyle of output text

(duck)
parent 44bbcd70
No related branches found
No related tags found
No related merge requests found
......@@ -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 = '"
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