Revision: 174 http://trac.macosforge.org/projects/libdispatch/changeset/174 Author: robert@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
participants (1)
-
source_changes@macosforge.org