chore(README.md): add doc to rebuild and update submodules

This commit is contained in:
Ronan Abhamon 2018-08-30 14:35:08 +02:00
parent 082508ce7a
commit f70506089b

View file

@ -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]