From 8fa4ef70b3ad719921d9b814cf7f382287c1c8a2 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Mon, 3 Nov 2025 14:05:43 -0800 Subject: [PATCH] [DOCS] Remove out-of-date vcpkg docs --- docs/building-with-vcpkg.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/building-with-vcpkg.md b/docs/building-with-vcpkg.md index 70d794d5cf..cb157ab50d 100644 --- a/docs/building-with-vcpkg.md +++ b/docs/building-with-vcpkg.md @@ -76,20 +76,6 @@ Overlay triplets specific to various products must be maintained by product teams. Product teams may optionally decide to integrate their triplets in the mainline OpenTelemetry C++ SDK repo as-needed. -## Using Feature Packages - -To install opentelemetry built with standard library API surface classes: - -```console -vcpkg install opentelemetry[stdlib] -``` - -To install opentelemetry built with Abseil API surface classes: - -```console -vcpkg install opentelemetry[abseil] -``` - ## Build with vcpkg dependencies `CMakeLists.txt` in top-level directory lists the following package @@ -102,7 +88,7 @@ dependencies: C++14 or C++17 compiler. - `nlohmann-json` - required when building with zPages module. - `prometheus-cpp` - required for Prometheus exporter. -- `gRPC` and `Protobuf` - required for OTLP exporter +- `gRPC` and `Protobuf` - required for OTLP/gRPC exporter. It is possible to adjust the build system to use either vcpkg-installed dependencies or OS-provided dependencies, e.g. `brew` or `deb` packages.