From d432d6ea9f777afe0f142da6534251434a70474c Mon Sep 17 00:00:00 2001 From: Clifford Matthews Date: Fri, 12 Jun 2009 18:30:18 -0600 Subject: [PATCH] No longer mention that Executor doesn't run under Mac OS X. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1db0506..31e249e 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ currently have to override the cleanup script, since the stock script ./autogen.sh CLEANUP='' ./configure make - # No point to installing it, since Executor doesn't run on Mac OS X + make install To compile syn68k on PPC Mac OS X (tested under 10.5.7), you must explicitly request the non-native port (the default is to try to build the native @@ -58,7 +58,7 @@ backend even on architectures where it's not supported--bad default!) ./autogen.sh ./configure --disable-native make - # No point to installing it, since Executor doesn't run on Mac OS X + make install It's possible to compile a 64-bit version of Syn68k on an x86_64 (which won't work with Executor, AFAIK), but you currently need to