docs
docs copied to clipboard
conan.io reStructuredText documentation
Docs for https://github.com/conan-io/conan/pull/10860
I'm using Conan 1.46.2 with `CONAN_V2_MODE` enabled. I have some recipes which have to download different source archives for different operating systems, exactly what https://docs.conan.io/en/1.46/reference/conanfile/methods.html#source descibes as "Maybe the only...
New helpers for Conan 2.0 are using the file `conanbuild.conf` to administrate the generator (e.g. Cmake Ninja), which is mentioned in Docs, but there is no hint about its format....
from https://github.com/conan-io/conan/issues/10704 it seems to be a valid situation that `conan info` may return `Package_ID_unknown`. however, it's not documented anywhere. probably, it should be explained, why could it happen, and...
from https://github.com/conan-io/conan-center-index/pull/9409#discussion_r810590913 ``` def package_info(self): self.cpp_info.name = "OpenSSL" ``` the page https://docs.conan.io/en/latest/creating_packages/package_information.html#using-components recommends using `cpp_info.name` (even not `names`!), which was outdated a long time ago. I think it should be...
The revision feature is the safest way reproduce and use a very same package from machine to machine. So far, we have it documented here: https://docs.conan.io/en/latest/versioning/revisions.html#how-it-works However, if I want...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). When I add a new version to `conandata.yml` it changes RREVs of all other versions listed there (because RREV depends on the hash...
https://docs.conan.io/en/latest/developing_packages/package_dev_flow.html how to reproduce: cd ... /conan-center-index/recipes/zlib/all execute command from docs: conan source . --source-folder=tmp/source got an error: conanfile.py (zlib/None): Configuring sources in /home/andrei/sources/conan-center-index/recipes/zlib/all/tmp/source conanfile.py (zlib/None): Executing exports to: /home/andrei/sources/conan-center-index/recipes/zlib/all/tmp/source...