[libdispatch-changes] [174] trunk/INSTALL

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 15 00:45:19 PST 2009


Revision: 174
          http://trac.macosforge.org/projects/libdispatch/changeset/174
Author:   robert at fledge.watson.org
Date:     2009-12-15 00:45:18 -0800 (Tue, 15 Dec 2009)
Log Message:
-----------
Include a sample configure line for FreeBSD 8.x and 9.x.

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

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2009-12-15 08:45:01 UTC (rev 173)
+++ trunk/INSTALL	2009-12-15 08:45:18 UTC (rev 174)
@@ -75,7 +75,7 @@
 	libdispatch contains hand-optimized assembly for use with libdispatch
 	semaphores.
 
-  Generating the Mac OS X Snow Leopard config.h
+  Typical configuration commands
 
 The following command lines create the default config.h required to build
 libdispatch with libSystem in Mac OS X Snow Leopard:
@@ -89,3 +89,8 @@
 	    --enable-apple-crashreporter-info \
 	    --enable-apple-tsd-optimizations \
 	    --enable-apple-semaphore-optimizations
+
+Typical configuration line for FreeBSD 8.x and 9.x:
+
+	sh autogen.sh
+	CC=clang ./configure --with-blocks-runtime=/usr/local/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091215/67947615/attachment.html>


More information about the libdispatch-changes mailing list