- The flow should be now as simple as ./GenerateProjectFiles.sh + make <target>
(you will need OAUTH_TOKEN variable set and you may need to answer "y" occasionally - when removing existing files).
- Archvies should be now automatically (re-)downloaded by GetAssets.py script by nycat. They won't be
re-downloaded if the files on github have not been updated since the last download.
- BuildThirdParty.sh is invoked by the above script and only builds LND (PR #469).
It can still be invoked manually to build whatever if desired so, but watch out -
you will need to take care not to build against too new glibc so you can distribute your game's binaries,
and you will need to match options we built libraries with (e.g. Xinerama/XRandR headers for SDL2).
- UpdateDeps.sh now should only be called by GenerateProjectFiles.sh. It does a lot less
work and shares variables with GetAssets.py
Resolves TTP #347988.
[CL 2319227 by Dmitry Rekman in Main branch]