Clarified reading order for non-BeOS platforms.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20197 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-02-22 17:23:06 +00:00
parent 9756b9b4f0
commit 49bf073e13
2 changed files with 10 additions and 6 deletions

9
ReadMe
View File

@ -11,11 +11,14 @@ Please always use the most recent versions. They are required to build Haiku.
Building on a non-BeOS platform
===============================
Please read the file 'ReadMe.cross-compile' before continuing.
Please read the file 'ReadMe.cross-compile' before continuing. It describes
how to build the cross-compilation tools and configure the build system for
building Haiku. After following the instructions you can directly continue
with the section Building.
Configuring
===========
Configuring on BeOS
===================
Open a Terminal and change to your Haiku trunk folder. To configure the build
you can run configure like this:

View File

@ -53,7 +53,8 @@ GCC 4.x
cd haiku
./configure --build-cross-tools-gcc4 x86 ../buildtools/
The process can take quite some time, but when it finishes you are ready to
compile your first Haiku image.
The process can take quite some time, but when it finishes the build system is
fully configured and you are ready to compile your first Haiku image.
Instructions on how to build Haiku can be found in the 'ReadMe' document.
Instructions on how to build Haiku can be found in the section Building in the
'ReadMe' document.