You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,32 @@ make
38
38
## Build with CMake
39
39
This library can also be built using CMake. For instructions see [Running CMake](https://cmake.org/runningcmake/). CMake version 3.24 or higher is required.
40
40
41
+
## Build with Meson
42
+
This library can also be built using Meson. The following dependencies are required:
43
+
- a Fortran compiler
44
+
-[meson](https://mesonbuild.com) version 0.57 or newer
45
+
- a build-system backend, *i.e.*[ninja](https://ninja-build.org) version 1.7 or newer
46
+
47
+
Setup a build with
48
+
49
+
```sh
50
+
meson setup build
51
+
```
52
+
53
+
You can select the Fortran compiler by the `FC` environment variable.
0 commit comments