Changes
Page history
Update compilation
authored
Mar 07, 2024
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
compilation.md
View page @
6445034d
...
...
@@ -31,7 +31,7 @@ one must run the next line by replacing `[absolute path to python]` by `/usr/bin
whereas a macos user will use
`/opt/local/bin/python`
).
```
shell
cd
build
cmake ..
-DP
YTHON
_EXECUTABLE
=[
absolute path to python]
cmake ..
-DP
ython
_EXECUTABLE
=[
absolute path to python]
make
```
...
...
...
...