Skip to content

Commit 57d09bd

Browse files
committed
Update README
1 parent 85b98c7 commit 57d09bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ cd ..\
212212
```
213213

214214
#### Environment variables
215-
Regardless of whether you are building CppInterOP with Cling or Clang-REPL you will need to define the following Envirnoment variables (as they clear for a new session, it is recommended that you also add these to your .bashrc in linux, .bash_profile if on MacOS, or profile.ps1 on Windows). On Linux and MacOS you define as follows
215+
Regardless of whether you are building CppInterOP with Cling or Clang-REPL you will need to define the following environment variables (as they clear for a new session, it is recommended that you also add these to your .bashrc in linux, .bash_profile if on MacOS, or profile.ps1 on Windows). On Linux and MacOS you define as follows
216216
```
217217
export CB_PYTHON_DIR="$PWD/cppyy-backend/python"
218218
export CPPINTEROP_DIR="$CB_PYTHON_DIR/cppyy_backend"
219219
export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:${LLVM_DIR}/llvm/include:${LLVM_DIR}/clang/include:${LLVM_DIR}/build/include:${LLVM_DIR}/build/tools/clang/include"
220220
export PYTHONPATH=$PYTHONPATH:$CPYCPPYY_DIR:$CB_PYTHON_DIR
221221
```
222-
If on MacOS you will also need the following envirnoment variable defined
222+
If on MacOS you will also need the following environment variable defined
223223
```
224224
export SDKROOT=`xcrun --show-sdk-path`
225225
```

0 commit comments

Comments
 (0)