[xiph-commits] r15684 - trunk/vorbis/win32/VS2005
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Mon Feb 9 14:21:15 PST 2009
Author: cristianadam
Date: 2009-02-09 14:21:14 -0800 (Mon, 09 Feb 2009)
New Revision: 15684
Modified:
trunk/vorbis/win32/VS2005/README
Log:
Some more clarifications (hopefully not clear as mud :)
Modified: trunk/vorbis/win32/VS2005/README
===================================================================
--- trunk/vorbis/win32/VS2005/README 2009-02-08 00:53:24 UTC (rev 15683)
+++ trunk/vorbis/win32/VS2005/README 2009-02-09 22:21:14 UTC (rev 15684)
@@ -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"
More information about the commits
mailing list