Downloading Source Dependencies multiple times

I like to download different forks and try them out.

Is there a way we can provide an argument to the setup.bat to look at a place where the files already exist and only update what it needs? I don’t like to use github to manage all of my clones/braches as I like to try the nvidia ones too and I can’t seem to have my own fork as well as theirs in my github account.

Would be nice just to have one copy of the Dependencies on disk which we can incrementely refer to and update. maybe there is a way with symbolic links.

You could use junction links on windows or symlinks of your are one a nix platform, the idae would be to point the directories that get downloaded to a common location.