Skip to content

Commit

Permalink
Readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 9, 2017
1 parent 277cd14 commit 5098909
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ It provides 3 applications and 4 libraries:
git clone https://github.com/MmgTools/mmg.git
```

The project sources are available under the **_src/_** directory, see:
* **_src/mmg2d/_** for files related to the mmg2d application;
* **_src/mmgs/_** for files related to the mmgs application;
* **_src/mmg3d/_** for files related to the mmg3d application;
* **_src/common/_** for files related to the both.
The project sources are available under the **_src/_** directory, see:
* **_src/mmg2d/_** for files related to the mmg2d application;
* **_src/mmgs/_** for files related to the mmgs application;
* **_src/mmg3d/_** for files related to the mmg3d application;
* **_src/common/_** for files related to the both.

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**)):
```Shell
Expand All @@ -34,10 +34,10 @@ It provides 3 applications and 4 libraries:
make
make install
```
If the `make install` command fail, try to run the `sudo make install` command.
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).
If the `make install` command fail, try to run the `sudo make install` command.
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).
The **mmg2d**, **mmgs** and **mmg3d** applications are available under the `mmg2d_O3`, `mmgs_O3` and `mmg3d_O3` commands.
The **mmg2d**, **mmgs** and **mmg3d** applications are available under the `mmg2d_O3`, `mmgs_O3` and `mmg3d_O3` commands.
## Documentation
### Project's web page
Expand Down

0 comments on commit 5098909

Please sign in to comment.