Skip to content

Commit

Permalink
BUILD: list steps after dependencies update (XRPLF#4623)
Browse files Browse the repository at this point in the history
After dependencies update, developers may need to effectively "start
over" with the build steps.
  • Loading branch information
intelliot authored and ckeshava committed Sep 22, 2023
1 parent 56c7fd7 commit 0b4e8fd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4e8fd

Please sign in to comment.