I am developing LLM Agent in C++ with bazel build system,
However, I am not sure what’s the best way to include curl.h in C++ with bazel. I tried to add
curl WORKSPACE
in my workspace and I created another BUILD file called libcurl.BUILD.
But when I try to run it, it keeps asking me to install more packages like boringssl, zlib, grpc, etc…
I am getting lost in this fan out and I am wondering what is the best way to install curl? In python it’s as simple as pip install XXX.
Best,
Gavin
Tried: Bazel installation in workspace file
Jianpeng Yu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.