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:
parent
99db9741ec
commit
5469ff50a1
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
===================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue