mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
BUILD: list steps after dependencies update (#4623)
After dependencies update, developers may need to effectively "start over" with the build steps.
This commit is contained in:
12
BUILD.md
12
BUILD.md
@@ -256,12 +256,14 @@ and can be helpful for detecting `#include` omissions.
|
||||
|
||||
### Conan
|
||||
|
||||
If you have trouble building dependencies after changing Conan settings,
|
||||
try removing the Conan cache.
|
||||
After any updates or changes to dependencies, you may need to do the following:
|
||||
|
||||
```
|
||||
rm -rf ~/.conan/data
|
||||
```
|
||||
1. Remove your build directory.
|
||||
2. Remove the Conan cache:
|
||||
```
|
||||
rm -rf ~/.conan/data
|
||||
```
|
||||
4. Re-run [conan install](#build-and-test).
|
||||
|
||||
|
||||
### no std::result_of
|
||||
|
||||
Reference in New Issue
Block a user