Skip to content

Commit 463a234

Browse files
authored
Centralise C++ Client installations instructions (#1656)
The installation instructions for the C++ client need adjusting - hazelcast/hazelcast-cpp-client#1272 To save duplicating the fix, it's more maintainable to link to the existing instructions and avoid duplication. _(note - originally raised done in hazelcast-guides/cpp-client-getting-started#4 but that repo should've been archived)_
1 parent 11b807e commit 463a234

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

docs/modules/clients/pages/cpp-client-getting-started.adoc

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Before you begin, make sure you have the following:
1313

1414
* C++ 11 or above
1515
* https://cloud.hazelcast.com/[Hazelcast {hazelcast-cloud} Account]
16+
* https://github.com/hazelcast/hazelcast-cpp-client#vcpkg-users[vcpkg and Hazelcast {cpp} client]
1617
* A text editor or IDE
1718

1819
== Start a Hazelcast {hazelcast-cloud} Cluster
@@ -33,36 +34,6 @@ mkdir hazelcast-cpp-example
3334
cd hazelcast-cpp-example
3435
----
3536

36-
Download and install Vcpkg: +
37-
38-
for Windows;
39-
[source,bash]
40-
----
41-
git clone https://github.com/microsoft/vcpkg
42-
.\vcpkg\bootstrap-vcpkg.bat
43-
----
44-
45-
for non-Windows;
46-
[source,bash]
47-
----
48-
git clone https://github.com/microsoft/vcpkg
49-
./vcpkg/bootstrap-vcpkg.sh
50-
----
51-
52-
Download and install hazelcast-cpp-client: +
53-
54-
for Windows;
55-
[source,bash]
56-
----
57-
.\vcpkg\vcpkg.exe install "hazelcast-cpp-client[openssl]" --recurse
58-
----
59-
60-
for non-Windows;
61-
[source,bash]
62-
----
63-
./vcpkg/vcpkg install "hazelcast-cpp-client[openssl]" --recurse
64-
----
65-
6637
NOTE: Avoid directory names in your path that contain spaces or other non-standard characters.
6738

6839
Extract the keystore files you downloaded into this directory. The files you need for this tutorial are:

0 commit comments

Comments
 (0)