The libexif package contains a library for parsing, editing, and saving EXIF data. Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. All EXIF tags described in EXIF standard 2.1 are supported.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/libexif/libexif/releases/download/v0.6.26/libexif-0.6.26.tar.bz2
MD5 校验和:d659a750d1be6330105de54eb3bf627a
大小:2.0 MB
预计所需磁盘空间:24 MB
预计构建时间:小于 0.1 SBU
Install libexif by running the following commands:
./configure --prefix=/usr \
--disable-static \
--with-doc-dir=/usr/share/doc/libexif-0.6.26 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
Documentation was built and installed if you have the dependencies
shown above installed. If you don't have the dependencies
installed, there is a compressed tarball in the source tree
doc directory that can be unpacked
into /usr/share/doc/libexif-0.6.26.
--disable-static: This
switch prevents installation of static versions of the libraries.