docs
docs copied to clipboard
conan.io reStructuredText documentation
### Describe the bug According to the latest conan documentation (v 2.2) https://docs.conan.io/2.2/reference/conanfile/methods/source.html: > The source() method should not access nor manipulate files in other folders different to the self.source_folder....
Close https://github.com/conan-io/conan-recipes-contrib/issues/1
In 1.X I used to use `--json path/to/file.json` with commands like `conan create`. With 2.0 I suppose I am expected to use `--format json` and redirect stdout to a file?...
### What is your question? I have a Ninja Multi-Config CMake project whose Conan recipe has a `build()` method that configures and builds the project. Before Conan 2.1.0, I could...
Add documentation for subproject in meson (https://github.com/conan-io/conan/pull/15916) Add missing requirement in requirements.txt Add missing information about host package required. Slip windows and Linux export command on separate line for better...
With Conan 2 the `-e`, `-e:b` and `-e:h` parameters was removed: * https://docs.conan.io/2/reference/commands/install.html#conan-install * https://docs.conan.io/1/reference/commands/consumer/install.html * https://github.com/conan-io/conan/blob/59029095e86eacd402083fca7c308b06889f6301/conan/cli/args.py#L35 There is missing information in documentation about it (e.g. in migration guide: https://docs.conan.io/1/migrating_to_2.0/general.html#environment-variables)...
### What is your question? Hey, I would like to create a graph visualization using `graph info .. --format=dot ..`. We have defined some tool_requires in the host profile to...
An example [for the examples section](https://docs.conan.io/2/examples.html), similar to this part of the tutorial https://docs.conan.io/2/tutorial/creating_packages/create_your_first_package.html but for Autotools.
### What is your question? My question is regarding Conan 2.0 and branch versioning. With conan 1.X, we used the channel to distinguish between branches for our versions in our...
### What is your question? Hello! At least when using conan 1 `VirtualBuildEnv(self)` does not seem to contain definitions from tool(or build) dependencies if the package was not built in...