From 0b4e8fd66dd5b0575325b79460b3f7d713120fe5 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 17 Jul 2023 22:16:42 -0700 Subject: [PATCH] BUILD: list steps after dependencies update (#4623) After dependencies update, developers may need to effectively "start over" with the build steps. --- BUILD.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index daef082fdd1..3d7223277b2 100644 --- a/BUILD.md +++ b/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