Skip to content

Commit

Permalink
Update BUILD.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Koch <dgkoch@users.noreply.github.com>
  • Loading branch information
kaizhangNV and dgkoch committed Nov 9, 2023
1 parent f68db23 commit 24ad085
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -263,7 +263,6 @@ To use, simply push it to the device and run it. The resulting json file will b
/sdcard/Android/<output>.json
```


## The VulkanTools repository

### Cloning the repository and updaing subcomponents
Expand Down

0 comments on commit 24ad085

Please sign in to comment.