mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
chore(README.md): add doc to rebuild and update submodules
This commit is contained in:
parent
082508ce7a
commit
f70506089b
1 changed files with 6 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue