Merge pull request #275 from GPUOpen-Drivers/wenqinli_bugfix

Re-explain how to enable tests in its own llpc page
This commit is contained in:
Wenqing Li 2022-06-13 10:25:56 +08:00 committed by GitHub
commit f383e5546b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ cmake --build builds/Release32
* For RedHat 7.x, please use cmake3(>= 3.15) instead of cmake.
* For debug build, use `-DCMAKE_BUILD_TYPE=Debug -DLLVM_PARALLEL_LINK_JOBS=2` (Linking a debug build of llvm is very memory intensive, so we use only two parallel jobs).
* To enable Wayland support, use `-DBUILD_WAYLAND_SUPPORT=ON`.
* To enable tests, use `-DXGL_BUILD_TESTS=ON`.
## Installation Instructions
### Install Vulkan SDK