libburn is a library for writing preformatted data onto optical media: CD, DVD and BD (Blu-Ray).
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.
Download (HTTP): https://files.libburnia-project.org/releases/libburn-1.5.6.tar.gz
Download MD5 sum: cf9852f3b71dbc2b6c9e76f6eb0474f0
Download size: 972 KB
Estimated disk space required: 17 MB
Estimated build time: 0.1 SBU
Doxygen-1.12.0 (to generate HTML documentation)
Install libburn by running the following commands:
./configure --prefix=/usr --disable-static && make
If you have installed Doxygen and wish to generate the HTML documentation, issue the following command:
doxygen doc/doxygen.conf
This package does not come with a test suite.
Now, as the root
user:
make install
If you have built the HTML documentation, install it by running the
following commands as the root
user:
install -v -dm755 /usr/share/doc/libburn-1.5.6 && install -v -m644 doc/html/* /usr/share/doc/libburn-1.5.6