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

Carl Worth cworth at freedesktop.org
Tue Oct 20 09:12:03 PDT 2009


 src/end_to_end_build_for_mac_os_x.mdwn |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit eac01235413ca886fc701b52642eb94e7619d2bd
Author: travisgriggs <travisgriggs at web>
Date:   Tue Oct 20 09:12:02 2009 -0700

diff --git a/src/end_to_end_build_for_mac_os_x.mdwn b/src/end_to_end_build_for_mac_os_x.mdwn
index edf3b8a..abc693e 100644
--- a/src/end_to_end_build_for_mac_os_x.mdwn
+++ b/src/end_to_end_build_for_mac_os_x.mdwn
@@ -4,7 +4,7 @@ Original Author: Travis Griggs (travisgriggs at gmail.com)
 
 Original Version: 1.8.8
 
-Other Tested Versions: 
+Other Tested Versions: 1.9.4 (have to add the --disable-ft)
 
 Tools Needed:
 <ul>
@@ -83,7 +83,7 @@ What if you want 64 bit builds too? Then you have a choice to make. If you want
 
 
 
-### Build and install libpng
+### Build libpng
 
 Build the libpng library, and install it in our local build directory.
 
@@ -98,7 +98,7 @@ What's the --disable-dependency-tracking? We need that since we enabled all of t
 Why are we doing this? CoreGraphics supports png functions, but the APIs are not the same as the wide spread libpng APIs, which Cairo is written for. We could try and use the one from macports, or some other source, but you'll need to track down and deal with those dependencies in that case.
 
 
-### Build and install pixman
+### Build pixman
 
 Build the pixman library, and install it locally. Pixman is used by the Cairo library for (among other things) all of its fallback operations and Image surface type operations.
 
@@ -107,7 +107,7 @@ Build the pixman library, and install it locally. Pixman is used by the Cairo li
        make
        make install
 
-### Build and install cairo
+### Build cairo
 
 This builds the final library. It's not ready for widespread distribution yet, keep going after this step.
 


More information about the cairo-commit mailing list