-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
It looks like Readme build commands for building CppInterOp using Clang-REPL were just the ones for using CLing copy pasted and didn't get updated.
Lines 160 to 170 in 16f1c4b
| Now if you want to build CppInterOp with Clang-REPL then execute the following commands | |
| ``` | |
| cmake -DBUILD_SHARED_LIBS=ON -DUSE_CLING=ON -DUSE_REPL=Off -DCling_DIR=$LLVM_DIR/build -DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR .. | |
| cmake --build . --target install --parallel $(nproc --all) | |
| ``` | |
| If alternatively you would like to install CppInterOp with Cling then execute the following commands | |
| ``` | |
| cmake -DBUILD_SHARED_LIBS=ON -DUSE_CLING=ON -DUSE_REPL=Off -DCling_DIR=$LLVM_DIR/build -DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR .. | |
| cmake --build . --target install --parallel $(nproc --all) | |
| ``` |
Metadata
Metadata
Assignees
Labels
No labels