From af68bb55649dd002fa9fdc3d5ec429fc6c65c358 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 21 May 2007 14:43:00 +0000 Subject: [PATCH] Updated with respect to Mac OS X support. Information provided by Morgan Howe. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21186 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe.cross-compile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ReadMe.cross-compile b/ReadMe.cross-compile index 4100d279ea..dbb5d7e6de 100644 --- a/ReadMe.cross-compile +++ b/ReadMe.cross-compile @@ -4,6 +4,7 @@ Building on a non-BeOS platform We currently support these non-BeOS platforms: * Linux * FreeBSD + * Mac OS X Intel (gcc 4 builds only) To build Haiku on a non-BeOS platform you must first check out and build the cross-compiler. The easiest method for doing so is to check it out in the @@ -25,6 +26,15 @@ Haiku's build system itself: Whether they are installed can be tested for instance by running them in the shell with the "--version" parameter. +On Mac OS X a case-sensitive file system is required for the Haiku tree +(Disk Utility can be used to create a case-sensitive disk image of at least +3GB size), and the following darwin ports need to be installed: + * expat + * gawk + * gettext + * libiconv + * gnuregex + Building Jam ============