From fafd1f442573ab11c408ce17bea16ca21c3fe8d0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 18:26:25 +0200 Subject: [PATCH] docs: bison -> Bison Reviewed-by: Eric Engestrom Part-of: --- docs/install.rst | 4 ++-- docs/meson.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index f7787fed2fc..3efcd3efbcb 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -44,9 +44,9 @@ Third party/extra tools. module is required. Version 0.8.0 or later should work. - lex / yacc - for building the Mesa IR and GLSL compiler. - On Linux systems, Flex and bison versions 2.5.35 and 2.4.1, + On Linux systems, Flex and Bison versions 2.5.35 and 2.4.1, respectively, (or later) should work. On Windows with MinGW, install - Flex and bison with: + Flex and Bison with: :: diff --git a/docs/meson.rst b/docs/meson.rst index 457e65de22d..11264f46cb9 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -51,7 +51,7 @@ Windows You will need to install Python 3 and Meson as a module using pip. This is because we use Python for generating code, and rely on external modules (mako). You also need pkg-config (a hard dependency of Meson), -Flex, and bison. The easiest way to install everything you need is with +Flex, and Bison. The easiest way to install everything you need is with `chocolatey `__. .. code-block:: console