Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1a4975a0
Commit
1a4975a0
authored
Dec 15, 2021
by
Mark OLESEN
Browse files
CONFIG: set API level to 2112 (now in pre-release state)
parent
b0748af9
Changes
3
Hide whitespace changes
Inline
Side-by-side
META-INFO/api-info
View file @
1a4975a0
api=21
09
api=21
12
patch=0
doc/Build.md
View file @
1a4975a0
## Getting the code
Links to all code packs are available on https://dl.openfoam.com. For OpenFOAM-v21
06
:
Links to all code packs are available on https://dl.openfoam.com. For OpenFOAM-v21
12
:
-
Source: https://dl.openfoam.com/source/v2106/OpenFOAM-v2106.tgz
-
ThirdParty: https://dl.openfoam.com/source/v2106/ThirdParty-v2106.tgz
-
https://dl.openfoam.com/source/latest/
-
Source: https://dl.openfoam.com/source/v2112/OpenFOAM-v2112.tgz
-
ThirdParty: https://dl.openfoam.com/source/v2112/ThirdParty-v2112.tgz
## OpenFOAM® Quick Build Guide
Prior to building, ensure that the
[
system requirements
][
link openfoam-require
]
are satisfied (including any special
[
cross-compiling
][
wiki-cross-compile
]
considerations), and source the correct OpenFOAM environment.
For example, for the OpenFOAM-v21
06
version:
For example, for the OpenFOAM-v21
12
version:
```
source <installation path>/OpenFOAM-v21
06
/etc/bashrc
source <installation path>/OpenFOAM-v21
12
/etc/bashrc
```
e.g. if installed under the
`~/openfoam`
directory
```
source ~/openfoam/OpenFOAM-v21
06
/etc/bashrc
source ~/openfoam/OpenFOAM-v21
12
/etc/bashrc
```
...
...
wmake/rules/General/general
View file @
1a4975a0
#-------------------------------*- makefile -*---------------------------------
WM_VERSION
=
OPENFOAM
=
21
09
WM_VERSION
=
OPENFOAM
=
21
12
AR
=
ar
ARFLAGS
=
cr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment