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