Changes
Page history
Update compilation
authored
Mar 17, 2022
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
compilation.md
View page @
508ad9ae
...
@@ -52,14 +52,7 @@ make install
...
@@ -52,14 +52,7 @@ make install
Instead of simply running
`cmake`
, you can run
`ccmake`
or
`cmake-gui`
to help you changing some
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
configuration parameters. For examples to be able to write HDF5 file (assuming you installed the dependancies),
the configuration to:
```
shell
cmake
.
-DMATLIB_VERSION
=
none
-DSPARSE_LIBRARY
=
none
make
```
To be able to write HDF5 file (assuming you installed the dependancies),
you have to compile with:
you have to compile with:
```
shell
```
shell
cmake
.
-DWITH_HDF5
=
True
cmake
.
-DWITH_HDF5
=
True
...
...
...
...