GD Graphic Library (MIPSel)
From Buffalo NAS-Central
GD Graphic Library is required for Swisscenter and other mediaservers to run
Contents |
[edit] Required
- libpng
- libjpeg
- GDLIB
[edit] libpng
Create and enter a folder where you download software etc...
mkdir /mnt/hda/misc cd /mnt/hda/misc
Download, untar and then enter libpng source tarball from http://www.libpng.org/pub/png/libpng.html
wget http://kent.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.12.tar.bz2 bunzip2 libpng-1.2.12.tar.bz2 tar xvf libpng-1.2.12.tar cd libpng-1.2.12
Then install it
./configure make make install
[edit] libjpeg
Enter folder where you download software etc...
cd /mnt/hda/misc
Download,untar and then enter libjpeg source tarball from http://www.ijg.org/
wget ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz tar zxvf jpegsrc.v6b.tar.gz cd jpeg-6b
Then install it
./configure make
May need to
mkdir /usr/local/man/man1 mkdir /usr/local/lib
Then
make install make install-lib ranlib /usr/local/lib/libjpeg.a
[edit] gdlib
Enter folder where you download software etc...
cd /mnt/hda/misc
Download, untar and then enter GDLIB source tarball from http://www.boutell.com/gd/
wget http://www.boutell.com/gd/http/gd-2.0.33.tar.gz tar zxvf gd-2.0.33.tar.gz cd gd-2.0.33
Then install it
./configure make make install
Categories: All Pages | Howto | LS2 | Mediaserver

