Libmng

From CBLFS
Revision as of 15:47, 4 September 2006 by Oppiz (talk | contribs) (32Bit)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Download Source: http://prdownloads.sourceforge.net/libmng/libmng-1.0.9.tar.gz

Dependencies

Required

Non-Multilib

Compile the package:

cp makefiles/makefile.linux Makefile &&
make

Install the package

make prefix=/usr install &&
install -v -m644 doc/man/*.3 /usr/share/man/man3 &&
install -v -m644 doc/man/*.5 /usr/share/man/man5 &&
install -v -m755 -d /usr/share/doc/libmng-1.0.9 &&
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.9

Multilib

32Bit

Compile the package:

cp makefiles/makefile.linux Makefile
make CC="gcc ${BUILD32}"

Install the package

make prefix=/usr install

N32

TO BE DONE

64Bit

Compile the package

cp makefiles/makefile.linux Makefile
make CC="gcc -m64 -fPIC"

Install the package

make prefix=/usr LIBPATH=/usr/lib64 install
install -v -m644 doc/man/*.3 /usr/share/man/man3 &&
install -v -m644 doc/man/*.5 /usr/share/man/man5 &&
install -v -m755 -d /usr/share/doc/libmng-1.0.9 &&
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.9
Retrieved from "?title=Libmng&oldid=1567"