From 24ad08504cd05aa9829facf7679b20ade40f9574 Mon Sep 17 00:00:00 2001 From: kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:05:41 -0800 Subject: [PATCH] Update BUILD.md Co-authored-by: Daniel Koch --- BUILD.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 118d617891..b9b3337d13 100644 --- a/BUILD.md +++ b/BUILD.md @@ -207,7 +207,6 @@ ctest -C Release --output-on-failure --parallel 16 ``` ### Linux AMD64, Linux ARM64 and macOS Build -For Linux ARM64 build, run the following commands in [chroot sandbox environment](BUILD.md#linux-arm64-additional-system-requirements). ``` git clone --recurse-submodules git@github.com:KhronosGroup/VulkanTools-ForSC.git cd VulkanTools @@ -218,6 +217,7 @@ For Linux ARM64 build, run the following commands in [chroot sandbox environment cmake -C helper.cmake .. cmake --build . --parallel ``` +For Linux ARM64 build, run the above commands in the [chroot sandbox environment](BUILD.md#linux-arm64-additional-system-requirements). ### Linux and macOS Unit Tests @@ -263,7 +263,6 @@ To use, simply push it to the device and run it. The resulting json file will b /sdcard/Android/.json ``` - ## The VulkanTools repository ### Cloning the repository and updaing subcomponents