1
1
<!-- THIS FILE IS AUTO GENERATED FILE.
2
- MODIFY Reference_Manual.md.in TO MAKE CHANGES. -->
2
+ MODIFY Reference_Manual.md.in TO MAKE CHANGES.
3
+ If you make any changes in Reference_Manual.md.in file,
4
+ you need to build the project which will re-generate the Reference_Manual.md file
5
+ and commit this generated reference manual in the github repository.
6
+ -->
3
7
4
8
# Hazelcast C++ Client Library
5
9
<!-- ts-->
@@ -223,7 +227,7 @@ Please see [example instructions](https://docs.conan.io/en/latest/getting_starte
223
227
- You need to put the following lines to your ` conanfile.txt ` :
224
228
```
225
229
[requires]
226
- hazelcast-cpp-client/5.4 .0
230
+ hazelcast-cpp-client/5.5 .0
227
231
228
232
[generators]
229
233
cmake
@@ -253,22 +257,22 @@ Follow the instructions for your platform:
253
257
* [ Windows] ( #1134-windows-users )
254
258
255
259
#### 1.1.3.3. Linux and MacOS Users
256
- Here is how you download and extract version 5.4 .0 using the ** curl** command:
260
+ Here is how you download and extract version 5.5 .0 using the ** curl** command:
257
261
``` sh
258
- curl -Lo hazelcast-cpp-client-5.4 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.4 .0.tar.gz
259
- tar xzf hazelcast-cpp-client-5.4 .0.tar.gz
262
+ curl -Lo hazelcast-cpp-client-5.5 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.5 .0.tar.gz
263
+ tar xzf hazelcast-cpp-client-5.5 .0.tar.gz
260
264
```
261
265
262
266
Alternatively, you may clone the repository and checkout a specific version:
263
267
``` sh
264
268
git clone https://github.com/hazelcast/hazelcast-cpp-client.git
265
269
cd hazelcast-cpp-client
266
- git checkout v5.4 .0
270
+ git checkout v5.5 .0
267
271
```
268
272
269
273
Once you are in the source directory of the Hazelcast C++ client library, create and change into a new directory:
270
274
``` sh
271
- cd hazelcast-cpp-client-5.4 .0
275
+ cd hazelcast-cpp-client-5.5 .0
272
276
mkdir build
273
277
cd build
274
278
```
@@ -295,7 +299,7 @@ Download and extract the release archive from the
295
299
296
300
Open a ` cmd ` window and change into the folder where you extracted the contents of the release archive. Then create and change into a new directory:
297
301
``` bat
298
- cd hazelcast-cpp-client-5.4 .0
302
+ cd hazelcast-cpp-client-5.5 .0
299
303
mkdir build
300
304
cd build
301
305
```
0 commit comments