revert order: install before source in local development flow
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
Description
https://docs.conan.io/en/latest/developing_packages/package_dev_flow.html
If the ``conan install`` is not first, then the ``source`` might not have the settings defined, might fail because using the default profile instead of the one defined in ``conan install``
This needs to be swapped in the docs.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the package development flow page at docs.conan.io/en/latest/developing_packages/package_dev_flow.html and find the documented order of the conan install and source steps. Swap the order so conan install comes first, then verify the page explains that source uses the settings from that installation.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100