You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ You can link OpenTelemetry C++ SDK with libraries provided in
85
85
-`-DWITH_OTLP_GRPC=ON` : To enable building OTLP GRPC exporter.
86
86
-`-DWITH_OTLP_HTTP=ON` : To enable building OTLP HTTP exporter.
87
87
-`-DWITH_PROMETHEUS=ON` : To enable building prometheus exporter.
88
+
-[`-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`.
88
89
89
90
3. Once the build configuration is created, build the CMake targets - this
90
91
includes building SDKs and unittests for API and SDK. Note that since API is
0 commit comments