From f70506089bfdb753d61c22c39d6cd9ff93a62fbd Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 30 Aug 2018 14:35:08 +0200 Subject: [PATCH] chore(README.md): add doc to rebuild and update submodules --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d11fc10..f0d1b1841 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,12 @@ The options that enable you to configure what will be built are the ones beginni ## Updating your build -Simply re-building using the appropriate tool corresponding to your platform (make, Visual Studio...) should be sufficient to update the build (after having updated the source code via git). +You need to update the project: + + git pull --rebase + git submodule sync && git submodule update --init --recursive + +Then simply re-building using the appropriate tool corresponding to your platform (make, Visual Studio...) should be sufficient to update the build (after having updated the source code via git). However if the compilation fails, you may need to rebuild everything from scratch using: ./prepare.py -c && ./prepare.py [options]