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:50] beandog [bluray_info] |
openbsd [2019/05/24 12:09] (current) beandog [bluray_info] |
||
---|---|---|---|
Line 37: | Line 37: | ||
./configure | ./configure | ||
make | make | ||
+ | doas make install | ||
</code> | </code> | ||
Line 54: | Line 55: | ||
git clone https://github.com/beandog/bluray_info | git clone https://github.com/beandog/bluray_info | ||
</code> | </code> | ||
+ | |||
+ | Build with latest autoconf and automake versions: | ||
<code> | <code> | ||
Line 59: | Line 62: | ||
./configure | ./configure | ||
make | make | ||
+ | doas make install | ||
</code> | </code> | ||
Run as normal! | Run as normal! |