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