You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The latest updates move the codebase to C++17 and adds supoort for UNIX-domain s
41
41
- Support for UNIX-domain sockets
42
42
- Reorganize and reformat the sources and added a .clang-format capability.
43
43
- 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
45
45
- Fix a number of CMake build issues
46
46
- Update the GitHub CI
47
47
@@ -65,7 +65,7 @@ As of v1.5, the Paho C++ library uses C++17 features, and thus requires a fully
65
65
66
66
_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:
67
67
68
-
* cmake v3.12
68
+
* cmake v3.13
69
69
70
70
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.
71
71
@@ -113,7 +113,7 @@ On *nix systems CMake creates Makefiles.
113
113
114
114
The build process currently supports a number of Unix and Linux flavors. The build process requires the following tools:
115
115
116
-
* CMake v3.12 or newer
116
+
* CMake v3.13 or newer
117
117
* A fully-compatible C++17 compiler. Common options are:
118
118
* GCC v8 or later
119
119
*_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+
211
211
#### Building the Library on Windows
212
212
213
213
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
215
215
* Visual Studio 2019 or newer
216
216
217
217
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