Skip to content

Readme building instructions for building CppInterOp using Clang-REP seem incorrect #182

@fsfod

Description

@fsfod

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.

CppInterOp/README.md

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions