docs
docs copied to clipboard
conan.io reStructuredText documentation
According to @memsharded in [this but report](https://github.com/conan-io/conan/issues/12132) ``` in 2.0 the conan alias disappear in favor of conan new alias + conan export general commands. ``` However, I couldn't find...
We have a PR provided by @jellespijker which uses `self.package_path` which is implemented here: https://github.com/conan-io/conan/blob/200a7a13b05ba2872d95e0517265e60f1bb566f7/conans/model/conanfile_interface.py. This is a good feature for who wants to use modern Pathlib, but it's not...
So far, its explanation is fragmented in different pages and the main reference in getting started has no dedicated link. The https://docs.conan.io/en/latest/creating_packages/getting_started.html is the start point, but only comments about...
I see `Docs: omit` here, but can we document it better? right now it's a bit obscure... e.g. there are `tool_requires`, `build_requires`, `test_requires` in addition to regular `requirements`. I see...
It would be more convenient, I think. thanks for your attention
Related to: https://github.com/conan-io/conan/issues/11998 Related to: https://github.com/conan-io/conan/pull/11057
The Conan create command has its own page: https://docs.conan.io/en/latest/reference/commands/creator/create.html And, it explains which methods are executed, but it's outdated. The current order should be: ``` - export_sources() - config_options() -...
I am building c++ code on centos7. The way are machines are set up in our facility is that /usr/bin/c++ is installed when the machine is first imaged. Newer compilers...
When reading the cpp_info page in Conan docs (https://docs.conan.io/2.0/reference/conanfile/methods/package_info.html) we can find explanation about cpp_info attributes and about components, but not about the transitive between them. It would be great...
### What is your question? I'm on Conan 2.2.2, trying to find a workaround for conan-io/docs#3732 on Windows. I can bake certificates into a file and then reference it in...