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

Skip to content
Snippets Groups Projects
Commit e8a21300 authored by jrandom's avatar jrandom Committed by zzz
Browse files

updated for new paths / mingw setup

parent be13c143
No related branches found
No related tags found
No related merge requests found
......@@ -14,19 +14,20 @@ STATICLIBS=""
LIBFILE="libjbigi.so"
# jrandom's mingw setup:
#COMPILEFLAGS="-Wall"
#INCLUDES="-Iinclude -Ic:/software/j2sdk1.4.2/include/win32/ -Ic:/software/j2sdk1.4.2/include/ -Ic:/dev/gmp-4.1.2/"
#LINKFLAGS="-shared -Wl,--kill-at"
#LIBFILE="jbigi.dll"
#INCLUDELIBS=""
#STATICLIBS="c:/dev/libgmp.a"
#STATICLIBS="libgmp.a"
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"
(cd ../java/src/ ; $ANT )
LD_LIBRARY_PATH=. $JAVA -cp ../java/src/i2p.jar -DloggerConfigLocation=../java/src/logger.config net.i2p.util.NativeBigInteger
(cd ../java/ ; $ANT build)
LD_LIBRARY_PATH=. $JAVA -cp ../java/build/i2p.jar -DloggerConfigLocation=../../installer/java/src/logger.config.template net.i2p.util.NativeBigInteger
echo ""
......
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