summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-11-30 09:12:24 -0600
committerJoel Sherrill <joel@rtems.org>2022-11-30 17:39:29 -0600
commit5a548472eac0ad74b192a9103100b3d87138ca8d (patch)
tree55e4bc439b9b4705902718364c748fa8b10c15bf
parentc-user/*: Add trailing parentheses on methods in index which were missing it (diff)
downloadrtems-docs-5a548472eac0ad74b192a9103100b3d87138ca8d.tar.bz2
user/hosts/windows.rst: flex needs to be installed for msys2
Closes #4382.
-rw-r--r--user/hosts/windows.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/hosts/windows.rst b/user/hosts/windows.rst
index fac1366..fd7ff55 100644
--- a/user/hosts/windows.rst
+++ b/user/hosts/windows.rst
@@ -156,6 +156,7 @@ The packages we require are:
* python
* mingw-w64-x86_64-python2
* mingw-w64-x86_64-gcc
+* flex
* git
* bison
* cvs
@@ -176,7 +177,7 @@ Install the packages using ``pacman``:
.. code-block:: none
$ 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...
looking for conflicting packages...
.... output shortened for brevity ....