From patchwork Tue May 3 23:25:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cyril Bur X-Patchwork-Id: 621296 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3r4rMS05KTz9t41 for ; Thu, 12 May 2016 08:27:00 +1000 (AEST) Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3r4rMR5C8DzDqKp for ; Thu, 12 May 2016 08:26:59 +1000 (AEST) X-Original-To: petitboot@lists.ozlabs.org Delivered-To: petitboot@lists.ozlabs.org Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142]) (using TLSv1.2 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qzy4X1KZnzDqB3 for ; Wed, 4 May 2016 09:27:08 +1000 (AEST) Received: from localhost by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 4 May 2016 09:27:07 +1000 Received: from d23dlp01.au.ibm.com (202.81.31.203) by e23smtp09.au.ibm.com (202.81.31.206) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 4 May 2016 09:27:06 +1000 X-IBM-Helo: d23dlp01.au.ibm.com X-IBM-MailFrom: cyrilbur@gmail.com X-IBM-RcptTo: petitboot@lists.ozlabs.org Received: from d23relay06.au.ibm.com (d23relay06.au.ibm.com [9.185.63.219]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id C94522CE8046 for ; Wed, 4 May 2016 09:27:05 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay06.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u43NQvwf8192288 for ; Wed, 4 May 2016 09:27:05 +1000 Received: from d23av03.au.ibm.com (localhost [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u43NQXQX013540 for ; Wed, 4 May 2016 09:26:33 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.192.253.14]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u43NQWP5013043 for ; Wed, 4 May 2016 09:26:33 +1000 Received: from camb691.ozlabs.ibm.com (haven.au.ibm.com [9.192.254.114]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.au.ibm.com (Postfix) with ESMTPSA id 54993A02D4 for ; Wed, 4 May 2016 09:26:08 +1000 (AEST) From: Cyril Bur To: petitboot@lists.ozlabs.org Subject: [PATCH 3/3] INSTALL: Update building instructions to include mention of ./bootstrap Date: Wed, 4 May 2016 09:25:46 +1000 Message-Id: <1462317946-15465-3-git-send-email-cyrilbur@gmail.com> X-Mailer: git-send-email 2.8.2 In-Reply-To: <1462317946-15465-1-git-send-email-cyrilbur@gmail.com> References: <1462317946-15465-1-git-send-email-cyrilbur@gmail.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16050323-0033-0000-0000-000005BCA997 X-Mailman-Approved-At: Thu, 12 May 2016 08:26:55 +1000 X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Petitboot bootloader development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" Signed-off-by: Cyril Bur --- INSTALL | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index f6138ef..2cb9cb4 100644 --- a/INSTALL +++ b/INSTALL @@ -25,20 +25,30 @@ it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. + `./bootstrap` to get your systems `autoconf` to generate the + `configure` script. If you're using `csh' on an old version of + System V, you might need to type `sh ./bootstrap' instead to prevent + `csh' from trying to execute `bootstrap' itself. + + This step only really needs to be done the very first time to + generate `configure`, usually the same `configure` script can be + used repeatedly without regeneration unless you're modifying + `configure.in` self. + + 2. Type `./configure' to configure the package for your system. As + with step 1, if you're using `csh' on an old version of System V, you + might need to type `sh ./configure' instead to prevent `csh' from + trying to execute `configure' itself. Running `configure' takes a while. While running, it prints some messages telling which features it is checking for. - 2. Type `make' to compile the package. + 3. Type `make' to compile the package. - 3. Type `make install' to install the programs and any data files and + 4. Type `make install' to install the programs and any data files and documentation. - 4. You can remove the program binaries and object files from the + 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. Compilers and Options