Skip to content

jensengrey/otel-conan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otel-conan

demo of using opentelemetry and conan.io build

git clone https://github.com/jensengrey/otel-conan
python3 -m venv conan.env
source conan.env/bin/activate
pip install conan
cd otel-conan
mkdir build && cd build
conan install .. --build=missing
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug
cmake --build .
./bin/md5

About

demo of using opentelemetry and conan.io build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published