diff options
| author | DiligentGraphics <egor.yusov@gmail.com> | 2019-05-22 06:19:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-22 06:19:27 +0000 |
| commit | cb29d72ac9d8dc87ff376eef9a71923252de52d2 (patch) | |
| tree | e76b5653cc446e25865365dcf6cf65b200a9f0e4 | |
| parent | Updated samples (fixed shift key handling by InputController on Linux) (diff) | |
| download | DiligentEngine-cb29d72ac9d8dc87ff376eef9a71923252de52d2.tar.gz DiligentEngine-cb29d72ac9d8dc87ff376eef9a71923252de52d2.zip | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -90,8 +90,6 @@ This is the master repository that contains four [submodules](https://git-scm.co git clone --recursive https://github.com/DiligentGraphics/DiligentEngine.git ``` -Alternatively, you can get master repository fisrt, and then individually clone all submodules into the engine's root folder. - To checkout the last stable release, run the following commands: ``` @@ -99,6 +97,14 @@ git checkout tags/v2.4.a git submodule update --init --recursive ``` +When updating existing repository, don't forget to update all submodules: + +``` +git submodule update --recursive +``` + +It is also a good idea to re-run CMake and perform clean rebuild after getting the latest version. + <a name="repository_structure"></a> ## Repository Structure |
