Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
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
Development
openfoam
Wiki
Building
cross compile mingw
Changes
Page history
New page
Templates
Clone repository
STYLE: minor style and typo corrections
authored
4 years ago
by
Kutalmış Berçin
ENH: add missing Copyright statements ENH: update from v1912 to v2006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
building/cross-compile-mingw.md
+5
-2
5 additions, 2 deletions
building/cross-compile-mingw.md
with
5 additions
and
2 deletions
building/cross-compile-mingw.md
View page @
c59d3121
...
...
@@ -40,7 +40,7 @@ For CentOS/RedHat, the cross-compiler is available under `PowerTools`:
dnf config-manager --set-enabled PowerTools
```
The package names to install are _somwhat_ different from the openSUSE
The package names to install are _som
e
what_ different from the openSUSE
ones:
```
dnf install mingw64-gcc-c++
...
...
@@ -105,7 +105,7 @@ export WM_LABEL_SIZE=32
```
Additional adjustments may be required in some other places. For example
in
`etc/config.sh/FFTW`
in
`etc/config.sh/FFTW`
:
```
fftw_version=fftw-system
export FFTW_ARCH_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw
...
...
@@ -153,4 +153,7 @@ the entire directory contents:
even when the EulerFoam solvers fail to compile.
--------
Copyright (C) 2020 OpenCFD Ltd.
[
v1906-notes
]:
https://www.openfoam.com/releases/openfoam-v1906/
This diff is collapsed.
Click to expand it.