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
cygwin [2019/05/18 15:13]
beandog
cygwin [2019/05/18 17:44]
beandog
Line 1: Line 1:
 ====== Cygwin ====== ====== Cygwin ======
  
-It might be possible to install ''​libbluray''​ on a Cygwin installation. ​It requires some patience, ​and I'm not sure if I'm doing it right, plus I'm using few hacks instead of fixing autoconf correctly.+It might be possible to install ''​libbluray''​ on a Cygwin installation. ​**This whole setup is probably wrong and a hack** but it does work.
  
 You'll need these Cygwin development libraries and packages installed: You'll need these Cygwin development libraries and packages installed:
Line 18: Line 18:
 You will also need the Java Development Kit installed. You will also need the Java Development Kit installed.
  
-Download and install [[https://​www.videolan.org/​developers/​libaacs.html|libaacs]] ​as normal:+Download and install [[https://​www.videolan.org/​developers/​libaacs.html|libaacs]] ​into ''/​usr''​ instead of ''/​usr/​local''​:
  
 <​code>​ <​code>​
-./configure+./​configure ​--prefix=/​usr
 make make
 make install make install
 </​code>​ </​code>​
 +
 +
  
  

Navigation