From 2f4be4bfc42966b7b80f9c67349d2699323e7a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 28 Feb 2005 16:20:35 +0000 Subject: [PATCH] Almost updated the ReadMe file... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11511 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ReadMe b/ReadMe index 80306e364e..1cd66c6518 100644 --- a/ReadMe +++ b/ReadMe @@ -1,3 +1,16 @@ +NOTE: the information in this file is severly outdated. +The preferred method to build Haiku (currently only possible on a BeOS machine) +is this (when you're in the "current" directory): + $ configure + $ makehdimage /Haiku + +Where /Haiku is the (mounted) partition of where you want to install Haiku on. +If the parameter is omitted, the makehdimage script needs the Userland FS Server +from Ingo Weinhold (see that script for more information), and will create +a file named haiku.image that contains a working image of Haiku. +Go bug us to update this file for real! + + Building --------