summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>2016-09-19 16:13:20 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-09-30 17:49:40 +0000
commit99db9741ecd34a17c282b408c39ef32be659e6d3 (patch)
tree6894a65f88525c90f3260f6f50a66b9c5b92e962 /doc
parent9b5a4647e0c28fbb7c9b2b0273db7895f03d0c67 (diff)
win-doc: Add recommendation for regex library configuration
Jira: ZEP-779 Change-Id: I7a49be6f10959dae81e00d5dc66ef01463e88980 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/getting_started/installation_win.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/getting_started/installation_win.rst b/doc/getting_started/installation_win.rst
index 61e6f0fa0..97cac33ba 100644
--- a/doc/getting_started/installation_win.rst
+++ b/doc/getting_started/installation_win.rst
@@ -89,6 +89,14 @@ Install the library from the Msys console interface with the following commands:
mingw-get update
mingw-get install msys-libregex-dev --all-related
+Update the following environment variables on your system to allow the C compiler
+and linker to find the library and headers:
+
+.. code-block:: console
+
+ export LIBRARY_PATH=$LIBRARY_PATH:/c/mingw/msys/1.0/lib
+ export C_INCLUDE_PATH=$C_INCLUDE_PATH:/c/mingw/msys/1.0/include
+
Toolchain Installation
======================