Updating Unreal Engine Sources

Hello everyone!
Maybe very simple question but anyway…
I’ve downloaded 4.11.2 zip-archive from Epic GitHub, unzipped, downloaded all dependencies, generated project files, compiled and now have fully working system.
But what should I do to update 4.11.2 sources to 4.12?
I mean how to update sources only, without downloading all dependencies again?
I know, somehow I should use Git client to pull it, but don’t know for sure…
Thanks in advance :slight_smile:

Hey Robot_Bender-

The dependencies are updated from one engine version to the next so you would need to download the 4.12 source and build it separately from 4.11.

Cheers

Thanks a lot!