From 49bf073e130d9e57f4771286ea0c01eb7cafb35a Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 22 Feb 2007 17:23:06 +0000 Subject: [PATCH] Clarified reading order for non-BeOS platforms. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20197 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe | 9 ++++++--- ReadMe.cross-compile | 7 ++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ReadMe b/ReadMe index b57edaefa9..aa63cfc0c0 100644 --- a/ReadMe +++ b/ReadMe @@ -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: diff --git a/ReadMe.cross-compile b/ReadMe.cross-compile index e4896ea0ed..886df63c6e 100644 --- a/ReadMe.cross-compile +++ b/ReadMe.cross-compile @@ -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.