mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
docs: lex / yacc -> Lex / Yacc
These are names, so use proper nouns for them. Acked-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9946>
This commit is contained in:
parent
bd6dbbecb4
commit
ece806d07a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Third party/extra tools.
|
|||
- `Python <https://www.python.org/>`__ - Python 3.5 or newer is required.
|
||||
- `Python Mako module <http://www.makotemplates.org/>`__ - Python Mako
|
||||
module is required. Version 0.8.0 or later should work.
|
||||
- lex / yacc - for building the Mesa IR and GLSL compiler.
|
||||
- Lex / Yacc - for building the Mesa IR and GLSL compiler.
|
||||
|
||||
On Linux systems, Flex and Bison versions 2.5.35 and 2.4.1,
|
||||
respectively, (or later) should work. On Windows with MinGW, install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue