diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2024-08-21 16:27:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 16:27:16 -0700 |
| commit | 68e4999b3c70c7b50b39d532b4920c7216535054 (patch) | |
| tree | 471ef86bbd0578fe907abdc07c02101fa744e5aa | |
| parent | f503a0b3faf5d324c62881d61e1ba1e0942becd9 (diff) | |
Update CONTRIBUTION.md
Fix a mistake on a command line argument for building slang-llvm
| -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, |
