[cairo-commit] [cairo-www] src/end_to_end_build_for_win32.mdwn
Carl Worth
cworth at freedesktop.org
Mon Nov 2 12:50:01 PST 2009
src/end_to_end_build_for_win32.mdwn | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 869f6d0dfd7a80e012842c19920b483bf9b53db3
Author: travisgriggs <travisgriggs at web>
Date: Mon Nov 2 12:50:01 2009 -0800
diff --git a/src/end_to_end_build_for_win32.mdwn b/src/end_to_end_build_for_win32.mdwn
index fb907fc..56abf6a 100644
--- a/src/end_to_end_build_for_win32.mdwn
+++ b/src/end_to_end_build_for_win32.mdwn
@@ -72,7 +72,10 @@ Use curl to download FOUR tarballs: zlib, libpng, pixman, cairo. Adjust specific
move libpng-* libpng
move pixman-* pixman
move cairo-* cairo
-
+
+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
### Build zlib
More information about the cairo-commit
mailing list