- git clone git://git.videolan.org/libbluray.git (currently using Commit:b33b0fc2cfe40a5d1d26c108fc7affe3a0e3bc8b
- sh bootstrap
- ./configure
- make
- look in src/.libs for a dll
- if there isn't any (as with my setup), run 
  gcc -shared -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer -arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -o libbluray.dll *.o
