Merge pull request #6 from jwhite66/proton_3.7

Clarify the language around building dxvk.
This commit is contained in:
Andrew Eikum 2018-08-21 19:34:06 -05:00 committed by GitHub
commit 3c2e18ff30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,10 +129,10 @@ libraries in each chroot. Search for '<tt>executing Makefile commands</tt>' in
<tt>config.log</tt> to find messages about missing libraries. It is normal to be missing <tt>config.log</tt> to find messages about missing libraries. It is normal to be missing
a few libraries, including OpenCL, OSS, and libav. a few libraries, including OpenCL, OSS, and libav.
**NOTE:** For now, dxvk requires build-time components that are too new for **NOTE:** The build_proton.sh script builds most components inside the Steam runtime
Debian 9. It's recommended to build the DLLs on Arch Linux, where dxvk is chroot. However, dxvk will not build in that environment, so the build_proton.sh
actively being developed. This may be resolved in dxvk in the future, or may script will build it on your local system. This will require you to be able to
be worked around by using a newer Debian release. See comments in <tt>build_proton.sh</tt>. build dxvk on your local system; refer to [the dxvk README.md](https://github.com/ValveSoftware/dxvk/blob/master/README.md) for more details.
--- ---
Building for macOS Building for macOS