summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2020-09-24 09:22:38 +0300
committerAlin Gabriel Serdean <aserdean@cloudbasesolutions.com>2020-10-04 22:09:44 +0300
commit8596b131c34b41bfe30c74047087b68ae5c071a1 (patch)
tree163eecc5fe483e2e82f73f7f8eacfdedc9d07c9c /Documentation/intro
parentfd8e707f38d06014f7e17319a4a10179e6dc66e1 (diff)
downloadopenvswitch-8596b131c34b41bfe30c74047087b68ae5c071a1.tar.gz
windows: Update build with latest pthread project
pthreads-win32 has moved too PThreads4W. This patch updates the build steps, CI (appveyor) and documentation. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/intro')
-rw-r--r--Documentation/intro/install/windows.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/intro/install/windows.rst b/Documentation/intro/install/windows.rst
index e91c2dbf7..79d4c6261 100644
--- a/Documentation/intro/install/windows.rst
+++ b/Documentation/intro/install/windows.rst
@@ -98,13 +98,13 @@ The following explains the steps in some detail.
Visual studio's linker is used. You should also see a 'which sort' report
``/bin/sort.exe``.
-- pthreads-win32
+- PThreads4W
- For pthread support, install the library, dll and includes of pthreads-win32
+ For pthread support, install the library, dll and includes of PThreads4W
project from `sourceware
- <ftp://sourceware.org/pub/pthreads-win32/prebuilt-dll-2-9-1-release>`__ to a
- directory (e.g.: ``C:/pthread``). You should add the pthread-win32's dll path
- (e.g.: ``C:\pthread\dll\x86``) to the Windows' PATH environment variable.
+ <https://sourceforge.net/projects/pthreads4w/>`__ to a directory
+ (e.g.: ``C:/pthread``). You should add the PThreads4W's dll path
+ (e.g.: ``C:\pthread\bin``) to the Windows' PATH environment variable.
- OpenSSL