Libdvdcss-1.2.8

Introduction to Libdvdcss

libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption.

Package Information

Libdvdcss Dependencies

Optional

Doxygen-1.4.3

Installation of Libdvdcss

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

Contents

Installed Programs: None
Installed Library: libdvdcss.[so,a]
Installed Directories: /usr/include/dvdcss and /usr/share/doc/libdvdcss-1.2.8

Short Descriptions

libdvdcss.[so,a]

provides the functionality that is required for transparent DVD access with CSS decryption.

Last updated on 2005-08-01 13:29:19 -0600