Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
openbsd [2019/05/24 17:49] – beandog | openbsd [2019/05/24 18:09] (current) – [bluray_info] beandog | ||
---|---|---|---|
Line 37: | Line 37: | ||
./configure | ./configure | ||
make | make | ||
+ | doas make install | ||
</ | </ | ||
Line 48: | Line 49: | ||
pkg_add libaacs libbluray | pkg_add libaacs libbluray | ||
</ | </ | ||
+ | |||
+ | Clone repo: | ||
+ | |||
+ | < | ||
+ | git clone https:// | ||
+ | </ | ||
+ | |||
+ | Build with latest autoconf and automake versions: | ||
+ | |||
+ | < | ||
+ | AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -fi | ||
+ | ./configure | ||
+ | make | ||
+ | doas make install | ||
+ | </ | ||
+ | |||
+ | Run as normal! |