Skip to content

Commit f7293bf

Browse files
authored
Update README.md
1 parent d2d0fd2 commit f7293bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NB: This plugin cannot be build through in-build process when the old SofaPython
2020

2121
### Out-of-tree build
2222
This plugin should compile with out-of-tree builds.
23-
You might need to add the Sofa's installation path to the CMake prefix path. If you compiled Sofa in directory _$SOFA_ROOT/build_, consider doing an install step (make install, ninja install, etc.) and adding this installation path (example `cmake -DCMAKE_PREFIX_PATH=$SOFA_ROOT/build/install ..`).
23+
You might need to add the Sofa's installation path to the CMake prefix path. If you compiled Sofa in directory _$SOFA_ROOT/build_, consider doing an install step (make install, ninja install, etc.) and adding this installation path (example `cmake -DCMAKE_PREFIX_PATH=$SOFA_ROOT/build/install/lib/cmake ..`).
2424

2525
### Changing the python path
2626
The compilation of SofaPython3 plugin and bindings are tied to the python core library found during the CMake stage.

0 commit comments

Comments
 (0)