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
+8-8
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ It provides 3 applications and 4 libraries:
19
19
git clone https://github.com/MmgTools/mmg.git
20
20
```
21
21
22
-
The project sources are available under the **_src/_** directory, see:
23
-
***_src/mmg2d/_**for files related to the mmg2d application;
24
-
***_src/mmgs/_**for files related to the mmgs application;
25
-
***_src/mmg3d/_**for files related to the mmg3d application;
26
-
***_src/common/_**for files related to the both.
22
+
The project sources are available under the **_src/_** directory, see:
23
+
***_src/mmg2d/_**for files related to the mmg2d application;
24
+
***_src/mmgs/_**for files related to the mmgs application;
25
+
***_src/mmg3d/_**for files related to the mmg3d application;
26
+
***_src/common/_**for files related to the both.
27
27
28
28
2. Fast compilation (build both **mmg2d**, **mmgs**, **mmg3d**, the mmg2d static library (**libmmg3d.a**), the mmgs static library (**libmmgs.a**), the mmg3d static library (**libmmg3d.a**) and the mmg static library (**libmmg.a**)):
29
29
```Shell
@@ -34,10 +34,10 @@ It provides 3 applications and 4 libraries:
34
34
make
35
35
make install
36
36
```
37
-
If the `make install`command fail, try to run the `sudo make install` command.
38
-
If you don't have root access, please refers to the [Installation] section(https://github.com/MmgTools/Mmg/wiki/Setup-guide#iii-installation) of the [setup guide](https://github.com/MmgTools/Mmg/wiki/Setup-guide#setup-guide).
37
+
If the `make install`command fail, try to run the `sudo make install` command.
38
+
If you don't have root access, please refers to the [Installation] section(https://github.com/MmgTools/Mmg/wiki/Setup-guide#iii-installation) of the [setup guide](https://github.com/MmgTools/Mmg/wiki/Setup-guide#setup-guide).
39
39
40
-
The **mmg2d**, **mmgs** and **mmg3d** applications are available under the `mmg2d_O3`, `mmgs_O3` and `mmg3d_O3` commands.
40
+
The **mmg2d**, **mmgs** and **mmg3d** applications are available under the `mmg2d_O3`, `mmgs_O3` and `mmg3d_O3` commands.
0 commit comments