Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dragonfly_bsd [2018/12/29 10:44]
beandog
dragonfly_bsd [2018/12/29 10:45]
beandog
Line 3: Line 3:
   * [[https://​www.dragonflybsd.org/​~labthug/​handbook/​disks-naming.html|Device Names]]   * [[https://​www.dragonflybsd.org/​~labthug/​handbook/​disks-naming.html|Device Names]]
  
-==== dvd_info ​====+Both dvd_info ​and bluray_info build out of the box once the dependencies re installed.
  
-dvd_info ​builds out of the box once the dependencies are installed.+ 
 +==== dvd_info ​====
  
 Install libdvdread and libdvdcss: Install libdvdread and libdvdcss:
Line 20: Line 21:
  
 Download the source code from github, and build: 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>​ <​code>​

Navigation