libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption.
Download (HTTP): http://www.videolan.org/pub/libdvdcss/1.2.8/libdvdcss-1.2.8.tar.bz2
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-1.2.8.tar.bz2
Download MD5 sum: 0749d05f4cc14daaf20af9e40fd6a2f0
Download size: 205 KB
Estimated disk space required: 2.5 MB
Estimated build time: less than 0.1 SBU
Install libdvdcss by running the following commands:
./configure --prefix=/usr && make
If you have Doxygen installed and wish to build the HTML documentation, issue the following command:
make -C doc doc
Now, as the root user:
make install
If you built the HTML documentation, install it using the following commands as the root user:
install -v -m755 -d /usr/share/doc/libdvdcss-1.2.8 && install -v -m644 doc/html/* /usr/share/doc/libdvdcss-1.2.8
Last updated on 2005-08-01 13:29:19 -0600