I need help Building Opentelemetry-cpp on windows #2486
Replies: 1 comment 3 replies
-
OTLP_HTTP needs the CURL library, CURL needs to be installed first. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build opentelemetry-cpp on windows, but I just cant get it to work. And I have no Idea where to start from. My logs are provided below. The command I'm using is "cmake .. -DBUILD_SHARED_LIBS=OFF -DWITH_OTLP_GRPC=ON -DWITH_OTLP_HTTP=ON -DWITH_PROMETHEUS=ON"
Beta Was this translation helpful? Give feedback.
All reactions