From 2b76dc44b28a679e1a0966ef0650de05717e928f Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 29 Oct 2004 14:58:44 +0000 Subject: [PATCH] Added chmod command to libmng instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2883 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/libmng.xml | 47 +++++++++++++++--------------- introduction/welcome/changelog.xml | 3 ++ 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/general/graphlib/libmng.xml b/general/graphlib/libmng.xml index 6a1b919cfb..c2e5e486f6 100644 --- a/general/graphlib/libmng.xml +++ b/general/graphlib/libmng.xml @@ -9,7 +9,6 @@ - ]> @@ -22,12 +21,12 @@ Introduction to <application>libmng</application> - + The libmng libraries are used by programs -wanting to read and write Multiple-image Network Graphics (MNG) -files which are the animation +wanting to read and write Multiple-image Network Graphics +(MNG) files which are the animation equivalents to PNG files. - + Package information Download (HTTP): Estimated build time: &libmng-time; - - + <application>libmng</application> dependencies Required and - + Installation of <application>libmng</application> - + Install libmng by running the following commands: - -sh autogen.sh && + +chmod 755 autogen.sh && +sh autogen.sh && ./configure --prefix=/usr && make && make install && cp doc/man/*.3 /usr/share/man/man3 && cp doc/man/*.5 /usr/share/man/man5 - + Command explanations - + sh autogen.sh: This package does not ship -with the configure script. The autotool files need to be generated +with a configure script. The autotool files need to be generated before configuring the package. - + cp doc/man/*.X /usr/share/man/manX: The -install procedure doesn't properly install the man pages so we do it +install procedure doesn't install the man pages so they are copied manually. - + Contents - -The libmng package contains libmng - libraries. - + +The libmng package contains +libmng libraries. + - + Description - + MNG libraries libmng provides functions for programs wishing to read and write MNG files which are animation files without the patent problems associated with certain other formats. - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e5cc549325..d11effa1d5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,6 +22,9 @@ who wrote what. +October 29th, 2004 [randy]: Added chmod command to +libmng instructions. + October 29th, 2004 [larry]: Updated to xine-lib-1-rc6a.