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

Carl Worth cworth at freedesktop.org
Mon Nov 2 23:16:37 PST 2009


 src/end_to_end_build_for_win32.mdwn |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 11074b1c08b133b0693741625ba7d014020ad4bb
Author: travisgriggs <travisgriggs at web>
Date:   Mon Nov 2 23:16:37 2009 -0800

diff --git a/src/end_to_end_build_for_win32.mdwn b/src/end_to_end_build_for_win32.mdwn
index fdaab71..b6f4626 100644
--- a/src/end_to_end_build_for_win32.mdwn
+++ b/src/end_to_end_build_for_win32.mdwn
@@ -64,19 +64,24 @@ Use curl to download FOUR tarballs: zlib, libpng, pixman, cairo. Adjust specific
        curl ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.40.tar.gz -o libpng.tgz
        curl http://www.cairographics.org/releases/pixman-0.16.2.tar.gz -o pixman.tgz
        curl http://www.cairographics.org/releases/cairo-1.8.8.tar.gz -o cairo.tgz
-       <i>...or use Firefox/IE to navigate to the various sites and download the links</i>
 
+<i>...or use Firefox/IE to navigate to the various sites and download the links</i>
 
        tar -xzf zlib.tgz
        tar -xzf libpng.tgz
        tar -xzf pixman.tgz
        tar -xzf cairo.tgz
 
+<i>...or if you have a utility such as 7-zip installed, you can just select and "extract all" these from the file explorer</i>
+
+
        move zlib-* zlib
        move libpng-* libpng
        move pixman-* pixman
        move cairo-* cairo
 
+<i>...or just rename them interactively using the file manager</i>
+
 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.
 
 ### Build zlib
@@ -86,7 +91,9 @@ Zlib has a project (vcproj_ file, but only for old Visual C++ 6.0 versions. Our
        mkdir %ROOTDIR%\zlib\projects\visualc71
        cd %ROOTDIR%\zlib\projects\visualc71
        copy %ROOTDIR%\libpng\projects\visualc71\zlib.vcproj .
-       <i>...or use File Explorer to create the projects\visualc71 directory and drag a copy of libpng\projects\visualc71\zlib.vcproj there</i>
+
+
+<i>...or use the file manager to create the projects\visualc71 directory and drag a copy of libpng\projects\visualc71\zlib.vcproj there</i>
 
 Now we can upgrade it. This does whatever needs to happen so we can build it with our new and free version of Express.
 


More information about the cairo-commit mailing list