reference the new gmp 4.1.4

This commit is contained in:
jrandom
2004-12-10 10:22:17 +00:00
committed by zzz
parent caf684394c
commit 24c8cc1a0c
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Prior to building the jbigi library, you will need to fetch the GMP source Prior to building the jbigi library, you will need to fetch the GMP source
from http://www.swox.com/gmp/, saving it to jbigi/gmp-4.1.3.tar.bz2 (it will from http://www.swox.com/gmp/, saving it to jbigi/gmp-4.1.4.tar.bz2 (it will
be unpacked and built as necessary). be unpacked and built as necessary).
To build the native jbigi and jcpuid libraries for the current host CPU, To build the native jbigi and jcpuid libraries for the current host CPU,

View File

@ -13,7 +13,7 @@ FreeBSD*)
esac esac
echo "Extracting GMP..." echo "Extracting GMP..."
tar -xjf gmp-4.1.3.tar.bz2 tar -xjf gmp-4.1.4.tar.bz2
echo "Building..." echo "Building..."
mkdir bin mkdir bin
mkdir lib mkdir lib
@ -24,7 +24,7 @@ for x in none pentium pentiummmx pentium2 pentium3 pentium4 k6 k62 k63 athlon
do do
mkdir bin/$x mkdir bin/$x
cd bin/$x cd bin/$x
../../gmp-4.1.3/configure --build=$x ../../gmp-4.1.4/configure --build=$x
make make
sh ../../build_jbigi.sh static sh ../../build_jbigi.sh static
case `uname -sr` in case `uname -sr` in

View File

@ -15,7 +15,7 @@ FreeBSD*)
esac esac
echo "Extracting GMP..." echo "Extracting GMP..."
tar -xjf gmp-4.1.3.tar.bz2 tar -xjf gmp-4.1.4.tar.bz2
echo "Building..." echo "Building..."
mkdir bin mkdir bin
mkdir lib mkdir lib
@ -24,7 +24,7 @@ mkdir lib/net/i2p
mkdir lib/net/i2p/util mkdir lib/net/i2p/util
mkdir bin/local mkdir bin/local
cd bin/local cd bin/local
../../gmp-4.1.3/configure ../../gmp-4.1.4/configure
make make
sh ../../build_jbigi.sh static sh ../../build_jbigi.sh static
case `uname -sr` in case `uname -sr` in