README 450 B

1234567891011121314151617
  1. libvorbis has libogg as a dependency, you need to have libogg
  2. compiled beforehand.
  3. Lets say you have libogg and libvorbis in the same directory:
  4. libogg-1.1.3
  5. libvorbis-1.2.0
  6. Because there is no automatic library detection you have to,
  7. either:
  8. 1. Rename libogg-1.1.3 to libogg
  9. 2. Open libogg.vsprops with a text editor (even notepad.exe
  10. will suffice) and see if LIBOGG_VERSION is set to the correct
  11. version, in this case "1.1.3"