Changes
Page history
Initial
authored
Sep 06, 2021
by
Adrien Crovato
Show whitespace changes
Inline
Side-by-side
Build.md
0 → 100644
View page @
fc083381
## Build instructions
amfe is designed to be cross-platform. Build instructions for each OS is given below. Furthermore some binaries will be given as well.
### Compile from source
*
[
Linux
](
build_linux
)
*
[
Windows
](
build_win
)
**List of available options**
These options can be passed to CMake via the
`-D`
flag. They all default to
`ON`
.
*
`USE_VTK`
: enable VTK support
*
`USE_MKL`
: enable Intel MKL and Pardiso support (if this is disabled, another BLAS/LAPACK library must be provided)
*
`USE_MUMPS`
: enable MUMPS solver support
### Install binaries
Coming someday...
\ No newline at end of file