Skip to content

Commit 2f66510

Browse files
author
root
committedJun 27, 2012
Fix final issues with building giflib
1 parent 9fe661d commit 2f66510

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ buildImageMagick(){
490490
buildProgram "freetype-2.4.10" "$CFG_CACHE"
491491

492492
# lib ungif
493-
buildProgram "giflib-5.0.0" "$CFG_CACHE"
493+
buildProgram "giflib-4.2.0" "$CFG_CACHE"
494494

495495
# tiff
496496
buildProgram "tiff-3.9.6" "$CFG_CACHE"

‎getsource.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ wget -t 4 -nv http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
105105
tar zxf libtool-2.4.2.tar.gz
106106

107107
# libgif image manipulation http://sourceforge.net/projects/giflib/
108-
wget -t 4 -nv http://downloads.sourceforge.net/project/giflib/giflib-5.x/giflib-5.0.0.tar.bz2?user_mirror=autoselect
109-
tar jxf giflib-5.0.0.tar.bz2
108+
wget -t 4 -nv http://downloads.sourceforge.net/project/giflib/giflib-4.x/giflib-4.2.0.tar.bz2?user_mirror=autoselect
109+
tar jxf giflib-4.2.0.tar.bz2
110110

111111
# libgcrypt crypt library http://www.gnupg.org/download/
112112
wget -t 4 -nv ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.6.tar.bz2

‎readme.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ For more information about the WRE, visit:
1616

1717
- A unix-like system, such as Linux, OS X, Solaris, BSD, etc.
1818
- gcc 3 or higher
19+
- make
1920
- bash
21+
- xmlto
2022

2123

2224
-----------------------------------------------------------------------------
@@ -39,7 +41,7 @@ To build the WRE for your platform follow these simple steps.
3941

4042
4) Run build.sh
4143

42-
./build.sh
44+
./build.sh --all
4345

4446
That's it. This will create a working WRE in the /data/wre folder of your
4547
system.

0 commit comments

Comments
 (0)
Please sign in to comment.