The libogg package contains the Ogg file structure. This is useful for creating (encoding) or playing (decoding) a single physical bit stream.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.xz
Download MD5 sum: 87ed742047f065046eb6c36745d871b8
Download size: 408 KB
Estimated disk space required: 3.4 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libogg
Install libogg by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libogg-1.3.3 && 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.
Last updated on 2018-08-19 15:33:02 -0700