compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

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

Closed fsfod closed 5 months ago

fsfod commented 5 months ago

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. https://github.com/compiler-research/CppInterOp/blob/16f1c4bbf724e4308b2a0a618b61d8b2bbcea068/README.md?plain=1#L160-L170

mcbarton commented 5 months ago

I will correct this in https://github.com/compiler-research/CppInterOp/pull/180 , as I'm adding Windows build instructions. Its a simple typo which should say -DUSE_CLING=Off -DUSE_REPL=ON in the first instance.