Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit add2d08

Browse files
authored
Centralise C++ Client installations insturctions (#4)
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.
1 parent 363fdf0 commit add2d08

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

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

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
* C++ 11 or above
1717
* https://hazelcast.com/products/viridian/[Hazelcast Viridian Cloud Account]
18+
* https://github.com/hazelcast/hazelcast-cpp-client#vcpkg-users[`vcpkg` & Hazelcast C++ client]
1819
* A text editor or IDE
1920

2021
== Start a Hazelcast Viridian Cloud Cluster
@@ -35,35 +36,6 @@ mkdir hazelcast-cpp-example
3536
cd hazelcast-cpp-example
3637
----
3738

38-
Download and install Vcpkg: +
39-
40-
for Windows;
41-
[source,bash]
42-
----
43-
git clone https://github.com/microsoft/vcpkg
44-
.\vcpkg\bootstrap-vcpkg.bat
45-
----
46-
47-
for non-Windows;
48-
[source,bash]
49-
----
50-
git clone https://github.com/microsoft/vcpkg
51-
./vcpkg/bootstrap-vcpkg.sh
52-
----
53-
54-
Download and install hazelcast-cpp-client: +
55-
56-
for Windows;
57-
[source,bash]
58-
----
59-
.\vcpkg\vcpkg.exe install "hazelcast-cpp-client[openssl]" --recurse
60-
----
61-
62-
for non-Windows;
63-
[source,bash]
64-
----
65-
./vcpkg/vcpkg install "hazelcast-cpp-client[openssl]" --recurse
66-
----
6739

6840
NOTE: Avoid directory names in your path that contain spaces or other non-standard characters.
6941

0 commit comments

Comments
 (0)