mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
README: point to README-hacking
* README (Build from git): New. * README-hacking: Describe easier submodule update.
This commit is contained in:
committed by
Akim Demaille
parent
f23b879ff5
commit
1997093e21
13
README
13
README
@@ -1,7 +1,18 @@
|
|||||||
This package contains the GNU Bison parser generator.
|
This package contains the GNU Bison parser generator.
|
||||||
|
|
||||||
* Installation
|
* 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.
|
See the file INSTALL for generic compilation and installation instructions.
|
||||||
|
|
||||||
Bison requires GNU m4 1.4.6 or later. See:
|
Bison requires GNU m4 1.4.6 or later. See:
|
||||||
|
|||||||
@@ -133,9 +133,15 @@ Enjoy!
|
|||||||
|
|
||||||
** Updating
|
** Updating
|
||||||
|
|
||||||
The use of submodules make things somewhat different because git does not
|
If you have git at version 1.8.2 or later, the command
|
||||||
support recursive operations: submodules must be taken care of explicitly by
|
|
||||||
the user.
|
$ git submodule update --recursive --remote
|
||||||
|
|
||||||
|
will be useful for updating to the latest version of all submodules.
|
||||||
|
|
||||||
|
Under earlier versions, use of submodules make things somewhat different
|
||||||
|
because git does not yet support recursive operations: submodules must be
|
||||||
|
taken care of explicitly.
|
||||||
|
|
||||||
*** Updating Bison
|
*** Updating Bison
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user