File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ micromamba activate CppInterOp-wasm-build
26
26
```
27
27
28
28
Now clone the 19.x release of the LLVM project repository and CppInterOp. The building of the emscripten version of llvm can be
29
- avoided by executing micromamba install llvm -c https://repo.prefix.dev/emscripten-forge-dev and setting the LLVM_BUILD_DIR appropriately.
29
+ avoided by executing micromamba install llvm -c < https://repo.prefix.dev/emscripten-forge-dev > and setting the LLVM_BUILD_DIR appropriately.
30
30
31
31
``` bash
32
32
git clone --depth=1 --branch release/19.x https://github.com/llvm/llvm-project.git
Original file line number Diff line number Diff line change @@ -36,10 +36,9 @@ the following
36
36
micromamba activate CppInterOp-wasm-build
37
37
38
38
Now clone the 19.x release of the LLVM project repository and CppInterOp.
39
- The building of the emscripten version of llvm can be avoided by
40
- executing micromamba install llvm -c
41
- https://repo.prefix.dev/emscripten-forge-dev and setting the LLVM_BUILD_DIR
42
- appropriately.
39
+ The building of the emscripten version of llvm can be avoided by executing
40
+ micromamba install llvm -c <https://repo.prefix.dev/emscripten-forge-dev>
41
+ and setting the LLVM_BUILD_DIR appropriately.
43
42
44
43
.. code :: bash
45
44
You can’t perform that action at this time.
0 commit comments