Skip to content

Commit 06490f9

Browse files
authored
[DOCS] Remove out-of-date vcpkg docs (open-telemetry#3735)
1 parent 21801c2 commit 06490f9

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

docs/building-with-vcpkg.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ Overlay triplets specific to various products must be maintained by product
7676
teams. Product teams may optionally decide to integrate their triplets in the
7777
mainline OpenTelemetry C++ SDK repo as-needed.
7878

79-
## Using Feature Packages
80-
81-
To install opentelemetry built with standard library API surface classes:
82-
83-
```console
84-
vcpkg install opentelemetry[stdlib]
85-
```
86-
87-
To install opentelemetry built with Abseil API surface classes:
88-
89-
```console
90-
vcpkg install opentelemetry[abseil]
91-
```
92-
9379
## Build with vcpkg dependencies
9480

9581
`CMakeLists.txt` in top-level directory lists the following package
@@ -102,7 +88,7 @@ dependencies:
10288
C++14 or C++17 compiler.
10389
- `nlohmann-json` - required when building with zPages module.
10490
- `prometheus-cpp` - required for Prometheus exporter.
105-
- `gRPC` and `Protobuf` - required for OTLP exporter
91+
- `gRPC` and `Protobuf` - required for OTLP/gRPC exporter.
10692

10793
It is possible to adjust the build system to use either vcpkg-installed
10894
dependencies or OS-provided dependencies, e.g. `brew` or `deb` packages.

0 commit comments

Comments
 (0)