Skip to content

Commit

Permalink
Fix final issues with building giflib
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 27, 2012
1 parent 9fe661d commit 2f66510
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -490,7 +490,7 @@ buildImageMagick(){
buildProgram "freetype-2.4.10" "$CFG_CACHE"

# lib ungif
buildProgram "giflib-5.0.0" "$CFG_CACHE"
buildProgram "giflib-4.2.0" "$CFG_CACHE"

# tiff
buildProgram "tiff-3.9.6" "$CFG_CACHE"
Expand Down
4 changes: 2 additions & 2 deletions getsource.sh
Expand Up @@ -105,8 +105,8 @@ wget -t 4 -nv http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
tar zxf libtool-2.4.2.tar.gz

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

# libgcrypt crypt library http://www.gnupg.org/download/
wget -t 4 -nv ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.6.tar.bz2
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Expand Up @@ -16,7 +16,9 @@ For more information about the WRE, visit:

- A unix-like system, such as Linux, OS X, Solaris, BSD, etc.
- gcc 3 or higher
- make
- bash
- xmlto


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

4) Run build.sh

./build.sh
./build.sh --all

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

0 comments on commit 2f66510

Please sign in to comment.