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
Previous revision
Next revision Both sides next revision
dragonfly_bsd [2018/12/29 10:44]
beandog
dragonfly_bsd [2018/12/29 10:46]
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.+The default device for the optical drive is ''/​dev/​cd0''​ 
 + 
 +==== dvd_info ​====
  
 Install libdvdread and libdvdcss: Install libdvdread and libdvdcss:
Line 20: Line 22:
  
 Download the source code from github, and build: Download the source code from github, and build:
 +
 +<​code>​
 +autoreconf -fi
 +./configure
 +make
 +</​code>​
 +
 +==== 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