Re-explain how to enable tests in its own llpc page

This commit is contained in:
wenqinli 2022-06-10 19:34:24 +08:00
parent 386aef0e55
commit 3e5e8053d2
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