diff options
| -rw-r--r-- | CONTRIBUTION.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 0b68e0ca0..b0fc723ee 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -124,11 +124,11 @@ Build with a following command: $ cmake --build --preset release ``` -#### MacOS with slang-llvm local build +#### Building with a local build of slang-llvm slang-llvm is required to run slang-test properly. -Depending on your hardware, your slang-llvm may need to be locally rebuilt with the following command. +Follow the instructions below if you wish to build slang-llvm locally. ``` -external/build-llvm.sh --source-dir=build/slang-llvm_src --install-prefix=build/slang-llvm_install +$ external/build-llvm.sh --source-dir build/slang-llvm_src --install-prefix build/slang-llvm_install ``` You need to use the following command to re-generate Makefile, |
