GifLib
From CBLFS
| Download Source: | http://prdownloads.sourceforge.net/libungif/giflib-4.1.4.tar.bz2 |
|---|
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install &&
install -v -m755 -d /usr/share/doc/giflib-4.1.4/html &&
install -v -m644 doc/*.{png,html} \
/usr/share/doc/giflib-4.1.4/html &&
install -v -m644 doc/*.txt \
/usr/share/doc/giflib-4.1.4
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" LDFLAGS="-L/usr/lib" ./configure --prefix=/usr &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package
make install &&
install -v -m755 -d /usr/share/doc/giflib-4.1.4/html &&
install -v -m644 doc/*.{png,html} \
/usr/share/doc/giflib-4.1.4/html &&
install -v -m644 doc/*.txt \
/usr/share/doc/giflib-4.1.4