]> granicus.if.org Git - re2c/commitdiff
Install page: added dependency information.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 4 Nov 2015 14:53:02 +0000 (14:53 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 4 Nov 2015 14:53:02 +0000 (14:53 +0000)
src/install.rst

index 7b473c72e5132d2e01c71a45b7ede0a21c1ae362..e745c164821d46389c1d412c2346ecec4b2ba3cf 100644 (file)
@@ -8,6 +8,7 @@
     - `Sources`_
     - `Distributions`_
 * `Build`_
+    - `Simple`_
     - `Bootstrap`_
     - `Out-of-source`_
     - `Windows`_
@@ -84,13 +85,19 @@ Build
 =====
 --------------------------------------------------------------------------------
 
-If you are building re2c from sources, you'll first need to generate autotools files:
+You only need C++98 compier to build re2c from tarball.
+If you have bison, re2c will use it (otherwise it will use precompiled files).
+
+If you are building re2c from source, you will also need autotools:
 
 .. code-block:: bash
 
     $ ./autogen.sh
 
-Simply configure, build and install re2c (binary and manpage) to ``prefix`` (``/usr/local`` by default):
+Simple
+------
+
+This will install re2c (binary and manpage) to ``prefix`` (``/usr/local`` by default):
 
 .. code-block:: bash