[libdispatch-changes] [81] trunk/INSTALL

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 2 02:58:49 PST 2009


Revision: 81
          http://trac.macosforge.org/projects/libdispatch/changeset/81
Author:   robert at fledge.watson.org
Date:     2009-11-02 02:58:46 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Document the configure line I'm using to build the Mac OS X Snow Leopard
version of config.h.

Modified Paths:
--------------
    trunk/INSTALL

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2009-11-01 12:12:16 UTC (rev 80)
+++ trunk/INSTALL	2009-11-02 10:58:46 UTC (rev 81)
@@ -74,3 +74,18 @@
 
 	libdispatch contains hand-optimized assembly for use with libdispatch
 	semaphores.
+
+  Generating the Mac OS X Snow Leopard config.h
+
+The following command lines create the default config.h required to build
+libdispatch with libSystem in Mac OS X Snow Leopard:
+
+	sh autogen.sh
+	./configure \
+	    --with-apple-libc-source=/path/to/10.6.0/Libc-583 \
+	    --with-apple-xnu-source=/path/to/10.6.0/xnu-1456.1.26 \
+	    --enable-legacy-api \
+	    --disable-libdispatch-init-constructor \
+	    --enable-apple-crashreporter-info \
+	    --enable-apple-tsd-optimizations \
+	    --enable-apple-semaphore-optimizations
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091102/32915a74/attachment.html>


More information about the libdispatch-changes mailing list