From 74f4b1bc3b627ba4c7e03498234d88cacdfbe97b Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 29 Sep 2021 22:52:49 +0200 Subject: Squashed 'vorbis/' content from commit d22c3ab5f git-subtree-dir: vorbis git-subtree-split: d22c3ab5f633460abc2532feee60ca0892134cbf --- win32/VS2005/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 win32/VS2005/README (limited to 'win32/VS2005/README') diff --git a/win32/VS2005/README b/win32/VS2005/README new file mode 100644 index 0000000..931047e --- /dev/null +++ b/win32/VS2005/README @@ -0,0 +1,16 @@ +libvorbis has libogg as a dependency, you need to have libogg +compiled beforehand. + +Lets say you have libogg and libvorbis in the same directory: + +libogg-1.1.3 +libvorbis-1.2.0 + +Because there is no automatic library detection you have to, +either: + +1. Rename libogg-1.1.3 to libogg + +2. Open libogg.vsprops with a text editor (even notepad.exe +will suffice) and see if LIBOGG_VERSION is set to the correct +version, in this case "1.1.3" -- cgit v1.1