This is an old revision of the document!


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 a few hacks instead of fixing autoconf correctly.

You'll need these Cygwin development libraries and packages installed:

  • bison
  • libfreetype
  • libgcrypt
  • libxml2
  • gpgerror
  • fontconfig
  • flex
  • libiconv-devel
  • pkg-config
  • libtool

You will also need the Java Development Kit installed.

Download and install libaacs into /usr instead of /usr/local:

./configure --prefix=/usr
make
make install

Navigation