README: point to README-hacking

* README (Build from git): New.
* README-hacking: Describe easier submodule update.
This commit is contained in:
Eric S. Raymond
2019-02-11 21:50:56 -05:00
committed by Akim Demaille
parent f23b879ff5
commit 1997093e21
2 changed files with 21 additions and 4 deletions

13
README
View File

@@ -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: