Skip to content

Commit 3280c31

Browse files
committed
Fix: add the missing patch for linux OpenEXR.
1 parent 435411e commit 3280c31

File tree

2 files changed

+80337
-1
lines changed

2 files changed

+80337
-1
lines changed

_pages/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All UnrealCV commands can be used in UE4Editor also. In this tutorial, we introd
2323

2424
In Linux, the Unreal Engine needs to be built from source code. How to compile from source code can be found in this official document [Building On Linux](https://wiki.unrealengine.com/Building_On_Linux). But the Linux version currently does not contain OpenEXR support, which is required for getting accurate depth.
2525

26-
To solve this, download our [OpenEXR patch for linux](0001-Fix-openexr-support-for-linux-version.patch) and run `git apply 0001-Fix-openexr-support-for-linux-version.patch` after running `./GenerateProjectFiles.sh`.
26+
To solve this, download our [OpenEXR patch for linux](/files/0001-Fix-openexr-support-for-linux-version.patch) and run `git apply 0001-Fix-openexr-support-for-linux-version.patch` after running `./GenerateProjectFiles.sh`.
2727

2828
## Install UnrealCV to UE4Editor
2929

0 commit comments

Comments
 (0)