mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-04 11:24:03 +08:00
user/hosts/windows.rst: flex needs to be installed for msys2
Closes #4382.
This commit is contained in:
parent
aaba6e5826
commit
5a548472ea
@ -156,6 +156,7 @@ The packages we require are:
|
|||||||
* python
|
* python
|
||||||
* mingw-w64-x86_64-python2
|
* mingw-w64-x86_64-python2
|
||||||
* mingw-w64-x86_64-gcc
|
* mingw-w64-x86_64-gcc
|
||||||
|
* flex
|
||||||
* git
|
* git
|
||||||
* bison
|
* bison
|
||||||
* cvs
|
* cvs
|
||||||
@ -176,7 +177,7 @@ Install the packages using ``pacman``:
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ pacman -S python mingw-w64-x86_64-python2 mingw-w64-x86_64-gcc \
|
$ pacman -S python mingw-w64-x86_64-python2 mingw-w64-x86_64-gcc \
|
||||||
bison cvs diffutils git make patch tar texinfo unzip
|
bison flex cvs diffutils git make patch tar texinfo unzip
|
||||||
resolving dependencies...
|
resolving dependencies...
|
||||||
looking for conflicting packages...
|
looking for conflicting packages...
|
||||||
.... output shortened for brevity ....
|
.... output shortened for brevity ....
|
||||||
|
Loading…
x
Reference in New Issue
Block a user