This is an old revision of the document!
Table of Contents
DragonFly BSD
Both dvd_info and bluray_info build out of the box once the dependencies re installed.
dvd_info
Install libdvdread and libdvdcss:
pkg install libdvdread libdvdcss
It not already installed, you will need automake and autoconf:
pkg install autoconf automake
Download the source code from github, and build:
autoreconf -fi ./configure make
The default device is /dev/cd0
bluray_info
Install libbluray and libaacs:
pkg install libbluray and libaacs
Then check out the code as normal, and build:
autoreconf -fi ./configure make