Skip to content

Commit c27c7c0

Browse files
committed
More fixes for README
1 parent 2849338 commit c27c7c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The latest updates move the codebase to C++17 and adds supoort for UNIX-domain s
4141
- Support for UNIX-domain sockets
4242
- Reorganize and reformat the sources and added a .clang-format capability.
4343
- Create universal client instances that can connect using v3 or v5. (i.e. no more instances that are only v3 capable)
44-
- Bump the CMake to v3.12
44+
- Bump the CMake to v3.13
4545
- Fix a number of CMake build issues
4646
- Update the GitHub CI
4747

@@ -65,7 +65,7 @@ As of v1.5, the Paho C++ library uses C++17 features, and thus requires a fully
6565

6666
_CMake_ is a cross-platform build system suitable for Unix and non-Unix platforms such as Microsoft Windows. It is now the only supported build system. The current supported minimum version is:
6767

68-
* cmake v3.12
68+
* cmake v3.13
6969

7070
The Paho C++ library requires the Paho C library, v1.3.14 or greater, to be built and installed. That can be done before building this library, or it can be done here using the CMake `PAHO_WITH_MQTT_C` build option to build both libraries at the same time. This also guarantees that a proper version of the C library is used, and that it is build with compatible options.
7171

@@ -113,7 +113,7 @@ On *nix systems CMake creates Makefiles.
113113

114114
The build process currently supports a number of Unix and Linux flavors. The build process requires the following tools:
115115

116-
* CMake v3.12 or newer
116+
* CMake v3.13 or newer
117117
* A fully-compatible C++17 compiler. Common options are:
118118
* GCC v8 or later
119119
* _clang_ v5 or later
@@ -211,7 +211,7 @@ It's better not to mix DLLs and static libraries, but if you do link the Paho C+
211211
#### Building the Library on Windows
212212

213213
The build process currently supports a number Windows versions. The build process requires the following tools:
214-
* CMake GUI v3.12 or newer
214+
* CMake GUI v3.13 or newer
215215
* Visual Studio 2019 or newer
216216

217217
The libraries can be completely built at an MSBuild Command Prompt. Download the Paho C and C++ library sources, then open a command window and first compile the Paho C library:

0 commit comments

Comments
 (0)