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
openbsd [2018/07/22 14:14]
beandog
openbsd [2018/12/29 19:26]
beandog
Line 13: Line 13:
  
 <​code>​ <​code>​
-pkg_add autoconf-2.69p2 automake-1.15.1+pkg_add autoconf-2.69p2 automake-1.16.1
 </​code>​ </​code>​
  
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.
  
 <​code>​ <​code>​
-AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 autoreconf -fi+AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -fi 
 +./​configure 
 +make
 </​code>​ </​code>​
  

Navigation