Skip to content

Commit

Permalink
[docs] Fixed Windows build instructions (SRT ver).
Browse files Browse the repository at this point in the history
C++11 threads are available starting from v1.4.2
  • Loading branch information
maxsharabayko authored Nov 23, 2020
1 parent 6e25e48 commit 8114620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ one of the following Crypto libraries is required:

#### 1.2.2. Threading Library

SRT as of v1.5.0 supports two threading libraries:
SRT as of v1.4.2 supports two threading libraries:

- `pthreads` (default)
- Standard C++ thread library available in C++11 (recommended for Windows)
Expand Down Expand Up @@ -181,7 +181,7 @@ to specify the directory that will contain the LibreSSL headers and libraries.

SRT can use one of these two threading libraries:

- C++11 threads (SRT v1.5.0 and above) - recommended for Windows
- C++11 threads (SRT v1.4.2 and above) - recommended for Windows
- `pthreads` (default)

#### 2.2.1. Using C++11 Threading
Expand Down

0 comments on commit 8114620

Please sign in to comment.