Changes
Page history
Update compilation
authored
Jun 28, 2019
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
compilation.md
View page @
cf5b0ef6
...
...
@@ -20,6 +20,12 @@ cd build
cmake ..
make
```
On Ubuntu 18 you may need to run :
```
shell
cd
build
cmake ..
-DPYTHON_EXECUTABLE
=
/usr/bin/python3
make
```
Instead of simply running
`cmake`
, you can run
`ccmake`
or
`cmake-gui`
to help you changing some
configuration parameters. For examples people interested only in rigid computation can change
...
...
...
...