Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cygwin [2019/05/18 23:44] – beandog | cygwin [2019/05/18 23:51] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Cygwin ====== | ====== Cygwin ====== | ||
- | It might be 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 26: | Line 26: | ||
</ | </ | ||
+ | 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' |