From 2290cfcdacbff298c82d02c34b7bec207b5b77d6 Mon Sep 17 00:00:00 2001 From: Xx Date: Sat, 16 Mar 2024 12:05:49 -0700 Subject: [PATCH] Update INSTALL.md Add note for build option `-DOPENTELEMETRY_INSTALL`. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 9cd9cef6e2..c3da9b2cb2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -85,6 +85,7 @@ You can link OpenTelemetry C++ SDK with libraries provided in - `-DWITH_OTLP_GRPC=ON` : To enable building OTLP GRPC exporter. - `-DWITH_OTLP_HTTP=ON` : To enable building OTLP HTTP exporter. - `-DWITH_PROMETHEUS=ON` : To enable building prometheus exporter. + - [`-DOPENTELEMETRY_INSTALL=ON`](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/sdk/CMakeLists.txt): To install `libopentelemetry_common.so` needed for external code linking that rely on `ld`. 3. Once the build configuration is created, build the CMake targets - this includes building SDKs and unittests for API and SDK. Note that since API is