Update Obtaining the Oodle library

Lucas Schwiderski 2025-03-13 08:30:24 +00:00
parent de2ed4ab99
commit ecfa66341a
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

@ -4,7 +4,7 @@ Darktide ships with a `.dll` for Oodle 2.8, and DTMT could link to that at runti
* DTMT needs to know the path to the library file. It's hard to make automatic detection reliable, and it's confusing for people to specify it manually.
Therefore, linking the libraries statically is the better option, but requires additional files on both systems.
To compile for Windows (native or cross), a `oo2core_win_release.lib` file is needed. Compiling for Linux requires an `liboo2corelinux64.a` archive file instead.
To compile for Windows (native or cross), a `oo2core_win64.lib` file is needed. Compiling for Linux requires an `liboo2corelinux64.a` archive file instead.
## Generating a `.lib` file