Fix typo in README.md

This commit is contained in:
Stanislav Jakúbek 2018-04-03 12:04:09 +02:00 committed by Jacob He
parent da5abcd381
commit c972d23157
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ make -j$(nproc)
> **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.
* 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 libarary](https://github.com/GPUOpen-Drivers/wsa).
* 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).
## Installation Instructions
### Install Vulkan SDK