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
This commit is contained in:
Ingo Weinhold 2007-05-21 14:43:00 +00:00
parent 8184808c5f
commit af68bb5564

View File

@ -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
============