- Timestamp:
- Dec 10, 2004 10:22:17 AM (16 years ago)
- Branches:
- master
- Children:
- 88a994b
- Parents:
- caf6843
- git-author:
- jrandom <jrandom> (12/10/04 10:22:17)
- git-committer:
- zzz <zzz@…> (12/10/04 10:22:17)
- Location:
- core/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
core/c/README
rcaf6843 r24c8cc1 1 1 Prior to building the jbigi library, you will need to fetch the GMP source 2 from http://www.swox.com/gmp/, saving it to jbigi/gmp-4.1. 3.tar.bz2 (it will2 from http://www.swox.com/gmp/, saving it to jbigi/gmp-4.1.4.tar.bz2 (it will 3 3 be unpacked and built as necessary). 4 4 -
core/c/jbigi/build-all.sh
rcaf6843 r24c8cc1 14 14 15 15 echo "Extracting GMP..." 16 tar -xjf gmp-4.1. 3.tar.bz216 tar -xjf gmp-4.1.4.tar.bz2 17 17 echo "Building..." 18 18 mkdir bin … … 25 25 mkdir bin/$x 26 26 cd bin/$x 27 ../../gmp-4.1. 3/configure --build=$x27 ../../gmp-4.1.4/configure --build=$x 28 28 make 29 29 sh ../../build_jbigi.sh static -
core/c/jbigi/build.sh
rcaf6843 r24c8cc1 16 16 17 17 echo "Extracting GMP..." 18 tar -xjf gmp-4.1. 3.tar.bz218 tar -xjf gmp-4.1.4.tar.bz2 19 19 echo "Building..." 20 20 mkdir bin … … 25 25 mkdir bin/local 26 26 cd bin/local 27 ../../gmp-4.1. 3/configure27 ../../gmp-4.1.4/configure 28 28 make 29 29 sh ../../build_jbigi.sh static
Note: See TracChangeset
for help on using the changeset viewer.