The libogg package contains the Ogg file structure. This is useful for creating (encoding) or playing (decoding) a single physical bit stream.
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://downloads.xiph.org/releases/ogg/libogg-1.3.6.tar.xz
MD5 校验和:529275432dff072f63d4ed0f1f961384
大小:432 KB
预计所需磁盘空间:3.5 MB(含测试)
预计构建时间:小于 0.1 SBU(含测试)
Install libogg by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libogg-1.3.6 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.