Libexif: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 60: | Line 60: | ||
sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' doc/Makefile.in && | sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' doc/Makefile.in && | ||
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ | CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ | ||
--with-doc-dir=/usr/share/doc/libexif-0.6.13&& | --with-doc-dir=/usr/share/doc/libexif-0.6.13 && | ||
make | make | ||
Revision as of 17:09, 16 October 2006
| Download Source: | http://prdownloads.sourceforge.net/libexif/libexif-0.6.13.tar.bz2 |
|---|
Dependencies
Optional (to Build Documentation)
Non-Multilib
Compile the package:
sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' doc/Makefile.in &&
./configure --prefix=/usr \
--with-doc-dir=/usr/share/doc/libexif-0.6.13 &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' doc/Makefile.in &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr \
--with-doc-dir=/usr/share/doc/libexif-0.6.13 &&
make
Install the package
make install
N32
Compile the package:
sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' doc/Makefile.in &&
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \
--with-doc-dir=/usr/share/doc/libexif-0.6.13 &&
make
Install the package
make install
64Bit
Compile the package:
sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' doc/Makefile.in &&
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \
--with-doc-dir=/usr/share/doc/libexif-0.6.13 &&
make
Install the package
make install