A library for getting the oodle library from Unreal Engine source code.
Commit.gitdeps.xmlfile from Unreal Engine source code (found here) which access can be granted by following the instructions at https://github.com/EpicGames/Signup.
# Install it either from PyPI or GitHub
uv tool install get_oodle_lib@latest
uv tool install git+https://github.com/sehnryr/get-oodle-lib
# then run
get_oodle_lib --help
# Or use uvx
uvx get_oodle_lib@latest --help
uvx --from git+https://github.com/sehnryr/get-oodle-lib get-oodle-lib --help> get-oodle-lib --help
usage: get_oodle_lib [-h] -p {windows,linux,mac} [-o OUTPUT] gitdeps
Get Oodle library for Unreal Engine
positional arguments:
gitdeps Path to Commit.gitdeps.xml
options:
-h, --help show this help message and exit
-p, --platform {windows,linux,mac}
Target platform to download the Oodle library for
-o, --output OUTPUT Path to output directory
Either use the Nix flake development shell or install python and uv manually, then:
uv sync
uv run get-oodle-lib --helpThis project and its packages are licensed under either of Apache License 2.0 or MIT License at your option.