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/12/29 19:26]
beandog
openbsd [2019/05/24 11:45]
beandog
Line 6: Line 6:
  
 <​code>​ <​code>​
-echo https://​ftp.openbsd.org/​pub/​OpenBSD > /​etc/​installurl 
 pkg_add git pkg_add git
 </​code>​ </​code>​
Line 63: Line 62:
 /​usr/​local/​lib/​libbluray.so.3.0:​ undefined reference to `FT_Set_Char_Size'​ /​usr/​local/​lib/​libbluray.so.3.0:​ undefined reference to `FT_Set_Char_Size'​
 collect2: ld returned 1 exit status collect2: ld returned 1 exit status
 +</​code>​
 +
 +I can install libbluray from git, but it still doesn'​t work:
 +
 +<​code>​
 +git clone https://​git.videolan.org/​git/​libbluray.git
 +</​code>​
 +
 +<​code>​
 +git submodule update --init
 </​code>​ </​code>​

Navigation