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_win_win
Changes
Page history
New page
Templates
Clone repository
Update build_win_win
authored
2 years ago
by
Adrien Crovato
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_win_win.md
+2
-4
2 additions, 4 deletions
build_win_win.md
with
2 additions
and
4 deletions
build_win_win.md
View page @
de1b5fa8
...
...
@@ -72,10 +72,8 @@ cd dartflo
git
submodule
init
git
submodule
update
REM configure, build and test
mkdir
build
cd
build
cmake
-A
x64
-DUSE
_MUMPS
=
OFF
..
cmake
--build
.
[
--target
install
]
--config
Release
mkdir
build
&&
cd
build
cmake
-A
x64
-DUSE
_MUMPS
=
OFF
..
&&
cmake
--build
.
[
--target
install
]
--config
Release
REM alternatively, cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DUSE_MUMPS=OFF .. && cmake --build . [--target install]
ctest
[
-j
6
]
-C
Release
```
...
...
This diff is collapsed.
Click to expand it.