The libogg package contains the Ogg file structure. This is useful for creating (encoding) or playing (decoding) a single physical bit stream.
Download (HTTP): http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
Download MD5 sum: eaf7dc6ebbff30975de7527a80831585
Download size: 403 KB
Estimated disk space required: 3.6 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libogg
Install libogg by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
Last updated on 2007-04-04 14:42:53 -0500