Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
dartflo
Wiki
Build
Changes
Page history
New page
Templates
Clone repository
Initial commit
authored
3 years ago
by
acrovato
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Build.md
+16
-0
16 additions, 0 deletions
Build.md
with
16 additions
and
0 deletions
Build.md
0 → 100644
View page @
2e308bdc
## Build instructions
DART 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
This diff is collapsed.
Click to expand it.