From 6c2a6abad3afd0a05e73a68e5ebf404691d1f93b Mon Sep 17 00:00:00 2001 From: Xx Date: Thu, 18 Apr 2024 03:29:10 -0700 Subject: [PATCH] [DOC] Update INSTALL.md (#2592) Co-authored-by: Tom Tan Co-authored-by: Marc Alff Co-authored-by: Lalit Kumar Bhasin Co-authored-by: Marc Alff --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 9cd9cef6e2..b528181aa2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -85,6 +85,8 @@ 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`: To install `otel-cpp` library needed + for external code linking. 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