From 1997093e21393611a297c480cbb22a50a4f134cf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 11 Feb 2019 21:50:56 -0500 Subject: README: point to README-hacking * README (Build from git): New. * README-hacking: Describe easier submodule update. --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 7fa1bfe9..a54231d7 100644 --- a/README +++ b/README @@ -1,7 +1,18 @@ This package contains the GNU Bison parser generator. * Installation -** Build +** Build from git +Here are basic installation instructions for a repository checkout: + + $ git submodules update --init + $ ./bootstrap + +then proceed with the usual 'configure && make' steps. + +README-hacking contains more information about building and modifying the +software. + +** Build for tarball See the file INSTALL for generic compilation and installation instructions. Bison requires GNU m4 1.4.6 or later. See: -- cgit v1.2.1