summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>2016-09-20 11:17:15 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-09-30 17:49:41 +0000
commit5469ff50a11801f2d95e74c1d4ed86d2eebec85e (patch)
tree10f462805bda156ee189e0fa05fc5446baf2e466 /doc
parent99db9741ecd34a17c282b408c39ef32be659e6d3 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/getting_started/installation_win.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/getting_started/installation_win.rst b/doc/getting_started/installation_win.rst
index 97cac33ba..9b24a8979 100644
--- a/doc/getting_started/installation_win.rst
+++ b/doc/getting_started/installation_win.rst
@@ -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
===================