This script will install liboo2corelinux64 static and shared libraries in /usr/local/lib64. It will give you those files:
liboo2corelinux64.a(static)liboo2corelinux64.so(soft link to shared)liboo2corelinux64.so.9(shared)
get_oodle_libtool to download oodle libraries (source):pipx install git+https://github.com/sehnryr/get-oodle-libCommit.gitdeps.xmlfile from Unreal Engine source code (found here) which access can be granted by following the instructions at https://github.com/EpicGames/Signup.
You might also need to add /usr/local/lib64 in /etc/ld.so.conf or a file in /etc/ld.so.conf.d/ and reload the libraries cache with ldconfig (simply calling that command as root will reload the cache).
./install-liboo2corelinux64.sh <path to Commit.gitdeps.xml>Or without downloading the script:
curl -sS https://gist.githubusercontent.com/sehnryr/ff4dacaa44b023a7cce1dbecc2648e09/raw | sh -s -- <path to Commit.gitdeps.xml>