2.79 had no prebuilt libraries for Linux (we do now, but only for x64), so you’re somewhat on your own here, build_files/build_environment/install_deps.sh
could offer some relief there, but … given 2.79 is pretty old at this point, many of the download links it uses are likely stale, and for the packages it grabs from the distro’s repo, odds are they are going to be versions not compatible with a codebase this old,
also the 2.79 codebase is likely not compatible with modern compilers, this is likely gonna be an uphill battle.
if you can run x86/x64 code, grabbing a binary release from our release archive is the easiest way to go about this. If you can’t i’m not saying it’s impossible, but you’re likely going to have a “unpleasant” time.