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
openbsd [2018/07/22 14:14]
beandog
openbsd [2018/07/22 14:16]
beandog
Line 23: Line 23:
  
 ==== dvd_info ==== ==== dvd_info ====
 +
 +Clone repo:
 +
 +<​code>​
 +git clone https://​github.com/​beandog/​dvd_info
 +</​code>​
  
 Version 1.0 installs just fine once autotools, libdvdread, and libdvdcss are on the system. Version 1.0 installs just fine once autotools, libdvdread, and libdvdcss are on the system.
Line 28: Line 34:
 <​code>​ <​code>​
 AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 autoreconf -fi AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 autoreconf -fi
 +./configure
 +make
 </​code>​ </​code>​
  

Navigation