Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
dragonfly_bsd [2018/12/29 07:10]
beandog created
dragonfly_bsd [2018/12/29 10:45]
beandog
Line 2: Line 2:
  
   * [[https://​www.dragonflybsd.org/​~labthug/​handbook/​disks-naming.html|Device Names]]   * [[https://​www.dragonflybsd.org/​~labthug/​handbook/​disks-naming.html|Device Names]]
 +
 +Both dvd_info and bluray_info build out of the box once the dependencies re installed.
 +
 +
 +==== dvd_info ====
 +
 +Install libdvdread and libdvdcss:
 +
 +<​code>​
 +pkg install libdvdread libdvdcss
 +</​code>​
 +
 +It not already installed, you will need automake and autoconf:
 +
 +<​code>​
 +pkg install autoconf automake
 +</​code>​
 +
 +Download the source code from github, and build:
 +
 +<​code>​
 +autoreconf -fi
 +./configure
 +make
 +</​code>​
 +
 +The default device is ''/​dev/​cd0''​
 +
 +==== bluray_info ====
 +
 +Install libbluray and libaacs:
 +
 +<​code>​
 +pkg install libbluray and libaacs
 +</​code>​
 +
 +Then check out the code as normal, and build:
 +
 +<​code>​
 +autoreconf -fi
 +./configure
 +make
 +</​code>​

Navigation