[cairo-commit] [cairo-www] src/end_to_end_build_for_win32.mdwn

Carl Worth cworth at freedesktop.org
Mon Nov 2 12:54:07 PST 2009


 src/end_to_end_build_for_win32.mdwn |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 94df9373eebf27b015be70e6d6c5cbc0954c1494
Author: travisgriggs <travisgriggs at web>
Date:   Mon Nov 2 12:54:06 2009 -0800

diff --git a/src/end_to_end_build_for_win32.mdwn b/src/end_to_end_build_for_win32.mdwn
index 56abf6a..48dfb7b 100644
--- a/src/end_to_end_build_for_win32.mdwn
+++ b/src/end_to_end_build_for_win32.mdwn
@@ -75,7 +75,13 @@ Use curl to download FOUR tarballs: zlib, libpng, pixman, cairo. Adjust specific
 
 Why the last 4 move commands? The default directory names are things like pixman-0.1.16 (version numbers included in the name). Some of the packages have compile paths dependent on the simpler names. So we do all 4 of them to keep them simple and consistent.
 
-### Setup Compilation Environment    
+### Setup Compilation Environment
+
+This is a single step. Visual C++ Express has a .bat file we can run to get various environment variables set for compiling. If you're using a different version of Microsoft tools, you'll need to locate and run that .bat here.
+
+       "%VS90COMNTOOLS%/vsvars32.bat
+
+(The quotation marks are important if you have spaces anywhere in your path).   
 
 ### Build zlib
 


More information about the cairo-commit mailing list