Update Obtaining the Oodle library
parent
de2ed4ab99
commit
ecfa66341a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* 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.
|
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
|
## Generating a `.lib` file
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue