docs icon indicating copy to clipboard operation
docs copied to clipboard

conan.io reStructuredText documentation

Results 252 docs issues
Sort by recently updated
recently updated
newest added

### Describe the bug Not strictly a conan bug, more of an oversight in the documentation but since the [Documentation on SCM capture](https://docs.conan.io/2/examples/tools/scm/git/capture_scm/git_capture_scm.html) explicitly uses a github workflow as illustration,...

### What is your question? Dear Conan Folks, Conan does not support reverse dependencies. In that case, how does a package know its consumer? Why is this needed as we...

### Describe the bug I just created the `conanfile.txt` at the bottom for a project. When installing it. conan informs me there is a version conflict between stb/cci.20230920 and stb/cci.20240531....

Greetings, this issue is a follow-up over #3351 and https://github.com/conan-io/conan-center-index/issues/24915 The current documentation https://docs.conan.io/2/examples/cross_build/android/ndk.html#examples-cross-build-android-ndk shows how to cross-compile to Android by using a NDK installed in the system in a...

### What is your question? Hello, I am using Conan v1.62.0 on Windows 10 I have an upstream mylibrary that i compile for following configuration: `shared=true with msvc v193 compiler...

Docs for https://github.com/conan-io/conan/pull/16932

The old docs were here: https://docs.conan.io/1/integrations/cross_platform/emscripten.html These docs seems almost correct - I actually seem to force Conan to work with (system) Emscripten, but don't know how to force Emscripten's...

Hello! Originally we have few issues in ConanCenterIndex affected by the scenario where `pkg-config` is not installed in the system, so users can not consume those packages that are simple...

I would like to cache downloads of sources. I look into documentation [documentation](https://docs.conan.io/2.0/reference/config_files/global_conf.html) and see that it mentions `core.download:download_cache` configuration and describes it as > Define path to a file...