diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ue_build_linux/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/ue_build_linux/README.md b/scripts/ue_build_linux/README.md index 1665b24a2..00249ddbe 100755 --- a/scripts/ue_build_linux/README.md +++ b/scripts/ue_build_linux/README.md @@ -1,8 +1,9 @@ # Build Zen with the UE Linux toolchain
-This folder contains scripts to build Zen using the UE Linux toolchain. It
-works by using the --sysroot= option to redirect compilers and linkers to find
-headers and libraries. There are a few components involved;
+This folder contains scripts to build Zen using the UE Linux toolchain. This
+can be used to output binaries that meet the VFX Reference Platform versions.
+It works by using the --sysroot= option to redirect compilers and linkers to
+find headers and libraries. There are a few components involved;
1) get_ue_toolchain.sh <toolchain_dir>
|