libdvdread is a library which provides a simple foundation for reading DVDs.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://get.videolan.org/libdvdread/6.1.2/libdvdread-6.1.2.tar.bz2
Download MD5 sum: 034581479968405ed415c34a50d00224
Download size: 384 KB
Estimated disk space required: 3.8 MB
Estimated build time: less than 0.1 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libdvdread
Install libdvdread by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libdvdread-6.1.2 && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.