docs
docs copied to clipboard
conan.io reStructuredText documentation
Needs https://github.com/conan-io/examples2/pull/128
Document the new generator merged on https://github.com/conan-io/conan/pull/14133 - Add new section in reference - Explain how does it works in terms of Make integration - Provide a small example using...
The example of [Package prebuilt binaries](https://docs.conan.io/2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html) does not mention the need to set an appropriate [package_type](https://docs.conan.io/2.0/reference/conanfile/attributes.html#reference-conanfile-attributes-package-type). In case the **package_type** remains undefined, consumers using **CMakeDeps** generator will not have the...
### Environment details * Operating System+version: Windows 10 * Compiler+version: * Conan version: 2.0 * Python version: 3.11 have setup conan download cache in global.conf but it does not work...
### Environment details OS: WSL Ubuntu 20.04 Conan: 2.0.0 ### Steps to reproduce Running: `conan lock create --profile:build: xxx --rpfile:host yyy conanfile.py --lockfile-out new.lock` According to https://docs.conan.io/2/reference/commands/lock/create.html:  I would...
* [x] Configuration files (global.conf, conandata.yaml, profiles, etc) (https://github.com/conan-io/docs/pull/2947) * [x] Profiles (https://github.com/conan-io/docs/pull/2947) * [ ] Environment variables (CLICOLOR_FORCE, CONAN_HOME, etc) * [x] Hooks (Now, it's in `Reference -> Extensions...
Like this one: https://docs.conan.io/en/2.0/tutorial/consuming_packages/build_simple_cmake_project.html for AutotTools There's already an example for Meson: https://docs.conan.io/en/2.0/examples/tools/meson/mesontoolchain/build_simple_meson_project.html#examples-tools-meson-toolchain-build-simple-meson-project
### What is your question? Hi, Our company manages our projects via GitLab. They are internal and hence private, requiring credentials for authentication. We are following the Conan 2.0 migration...
At the very end of the https://github.com/conan-io/docs/blob/develop2/examples/cross_build/android/ndk.rst example there is the statement: > Unless you have access to a root Android device, running the test application or using the built...
Refs: https://github.com/conan-io/conan/pull/15871