21
21
22
22
## Sep 2023
23
23
24
- the mac version is compile wit the script
25
- bin/compile-version-MacOS gitbranch path-where-to-compile configure-parameter
26
-
27
- configure-parameter compilation:
28
- generic for --enable-genenic
29
- debug for --enable-debug
30
- optim for --enable-optim
24
+ The mac version is compiled with the script:
25
+
26
+ ``` bash
27
+ bin/compile-version-MacOS gitbranch path-where-to-compile configure-parameter
28
+ ```
29
+
30
+ ` configure-parameter ` can take the following values:
31
+
32
+ + generic for --enable-generic
33
+ + debug for --enable-debug
34
+ + optim for --enable-optim
31
35
32
- and exact :
33
- bin/compile-version-MacOS master $HOME/tmp generic
36
+ and exact:
37
+ ``` bash
38
+ bin/compile-version-MacOS master $HOME /tmp generic
39
+ ```
40
+
34
41
## Feb 2022
35
42
36
- The Version 4.10 is compiled Under Monteray (Apple M1: arm64e) and on (Apple : x86 )
43
+ The Version 4.10 is compiled Under Monteray (Apple M1: arm64e) and on (Apple : x86)
37
44
38
45
### for Apple M1 (arm64e)
39
46
40
- Add with home brew
41
- 1 . install brew see
42
- [ install Homebrew] {https://brew.sh/index_fr}
47
+ Add with Homebrew
48
+
49
+ 1 . Install Homebrew
50
+
51
+ See [ install Homebrew] ( https://brew.sh/index_fr )
43
52
44
-
45
- 2 . install this brew package to compile FreeFEM++
53
+ 2 . Install these brew packages to compile FreeFEM++
46
54
47
55
``` bash
48
56
brew install \
64
72
gdbm jansson libvmaf p11-kit zstd
65
73
```
66
74
67
- 3 . download the sources of FreeFEM++ with git
75
+ 3 . Download the sources of FreeFEM++ with git
68
76
69
77
```bash
70
78
git clone [email protected] :FreeFem/FreeFem-sources.git ff++
@@ -74,7 +82,7 @@ or the develop version
74
82
```bash
75
83
git clone -b develop [email protected] :FreeFem/FreeFem-sources.git ff++
76
84
```
77
- 4 . Compile FreeFem++ without petsc and MPI
85
+ 4 . Compile FreeFem++ without PETSc and MPI
78
86
79
87
```bash
80
88
cd ff++
0 commit comments