Skip to content

Commit 659f356

Browse files
authored
Update README.md
1 parent a3bac6b commit 659f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Parallel and distributed execution currently is MPI/CSP-like. In a later version
99

1010
## Setting up build environment
1111

12-
Install MLIR/LLVM and Intel® Extension for MLIR (IMEX, see https://github.com/intel/mlir-extensions). Besides, Add `-DLLVM_ENABLE_RTTI=ON` into cmake arguments, and build target is `all` (not `check-imex`).
12+
Install MLIR/LLVM and Intel® Extension for MLIR (IMEX, see https://github.com/intel/mlir-extensions). Make sure you use `-DLLVM_ENABLE_RTTI=ON` when configuring LLVM and use build target `all`.
1313

1414
```bash
1515
git clone --recurse-submodules https://github.com/IntelPython/sharded-array-for-python

0 commit comments

Comments
 (0)