win-doc: Adds the dependency with the pthread library

Jira: ZEP-779

Change-Id: If9f1714a28c8614fc82cc42c9835eaf4682ce09b
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
This commit is contained in:
Juan Manuel Cruz 2016-09-20 11:17:15 -05:00 committed by Anas Nashif
commit 5469ff50a1

View file

@ -76,6 +76,18 @@ and the installation path for MinGW.
export PATH=$PATH:${PYTHON_PATH}
export MINGW_DIR=/c/MinGW
Pthread library
===============
The Zephyr OS build process has a dependency on the Pthread library.
The required packages for Msys installation would normally provide it.
However, if a minimal installation fails to provide the Pthread library,
it can be installed with the following command:
.. code-block:: console
mingw-get install libpthread
GNU Regex C library
===================