Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cygwin [2019/05/18 21:09] – beandog | cygwin [2019/05/18 23:51] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Cygwin ====== | ====== Cygwin ====== | ||
- | It's possible to install '' | + | I've been playing with getting bluray_info working and installed |
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:// | + | Download and install [[https:// |
< | < | ||
- | ./configure | + | ./ |
make | make | ||
make install | make install | ||
</ | </ | ||
+ | Download [[https:// | ||
+ | Copy '' | ||
+ | |||
+ | < | ||
+ | #ifdef __GNUC__ | ||
+ | typedef long long jlong; | ||
+ | #else | ||
+ | typedef signed __int64 jlong; | ||
+ | #endif | ||
+ | </ | ||
+ | |||
+ | After that, a standard install: | ||
+ | |||
+ | < | ||
+ | ./configure --prefix=/ | ||
+ | make | ||
+ | make install | ||
+ | </ | ||
+ | |||
+ | You should be able to build bluray_info at this point. also installing it to ''/ | ||
+ | |||
+ | Here's the problems with this whole setup: | ||
+ | |||
+ | * PKG_CONFIG_PATH should be using /usr/local if everything' | ||
+ | * Shouldn' | ||
+ | * Fixing the header include in '' | ||
+ | * libbluray' |