summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Adam <cristianadam@xiph.org>2009-02-09 22:21:14 +0000
committerCristian Adam <cristianadam@xiph.org>2009-02-09 22:21:14 +0000
commitdbda7087e82ebe6870393e6f14c7f564b787057a (patch)
treea3b39e81f53e1f78b62319d93d7344817d1dccee
parent341ab965f4a9deb54ca3ff415855a2cfff2f9eec (diff)
downloadlibvorbis-git-dbda7087e82ebe6870393e6f14c7f564b787057a.tar.gz
Some more clarifications (hopefully not clear as mud :)
svn path=/trunk/vorbis/; revision=15684
-rw-r--r--win32/VS2005/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/win32/VS2005/README b/win32/VS2005/README
index 9fdc1f15..931047ee 100644
--- a/win32/VS2005/README
+++ b/win32/VS2005/README
@@ -1,11 +1,16 @@
-In order to compile sucessfully the correct path to libogg
-must be set in libogg.vsprops.
+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
-you should open libogg.vsprops with a text editor (even notepad.exe
+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"