Update README.md:

Update AMDVLK README.md to remove WSA
This commit is contained in:
Jacob He 2019-06-17 17:50:06 +08:00
parent c25a943d93
commit 68a37daccb

View File

@ -159,7 +159,7 @@ make -j$(nproc)
> **Note:** > **Note:**
* If the build runs into errors like "collect2: fatal error: ld terminated with signal 9 [Killed]" due to out of memory, you could try with reducing the number of threads in "make" command. * If the build runs into errors like "collect2: fatal error: ld terminated with signal 9 [Killed]" due to out of memory, you could try with reducing the number of threads in "make" command.
* Debug build can be done by using -DCMAKE_BUILD_TYPE=Debug. * Debug build can be done by using -DCMAKE_BUILD_TYPE=Debug.
* To enable Wayland support, you need to build the driver by using -DBUILD_WAYLAND_SUPPORT=ON and install the Wayland [WSA library](https://github.com/GPUOpen-Drivers/wsa). * To enable Wayland support, you need to build the driver by using -DBUILD_WAYLAND_SUPPORT=ON.
## Installation Instructions ## Installation Instructions
### Install Vulkan SDK ### Install Vulkan SDK