|
|
# How to compile the examples?
|
|
|
|
|
|
|
|
|
|
## PC/windows/mingw
|
|
## PC/windows/mingw
|
|
|
* Clone the repository
|
|
* Clone the repository somewhere on your PC using "git bash"
|
|
|
|
```
|
|
|
|
git clone git@gitlab.uliege.be:R.Boman/gmsh-api.git
|
|
|
|
```
|
|
|
* Go to the [gmsh web page](http://gmsh.info/) and download the latest version of [Software Development Kit (SDK) for Windows 64-bit](http://gmsh.info/bin/Windows/gmsh-4.5.2-Windows64-sdk.zip)
|
|
* Go to the [gmsh web page](http://gmsh.info/) and download the latest version of [Software Development Kit (SDK) for Windows 64-bit](http://gmsh.info/bin/Windows/gmsh-4.5.2-Windows64-sdk.zip)
|
|
|
* Unzip it in the `gmsh-api` folder
|
|
* Unzip it in the `gmsh-api` folder
|
|
|
* Rename `gmsh-4.5.2-Windows64-sdk` into `gmsh-sdk`
|
|
* Rename `gmsh-4.5.2-Windows64-sdk` into `gmsh-sdk`
|
| ... | @@ -46,7 +47,7 @@ These 2 commands can be added at the end of the `.bashrc` file which is in your |
... | @@ -46,7 +47,7 @@ These 2 commands can be added at the end of the `.bashrc` file which is in your |
|
|
|
|
|
|
|
You must create SSH keys for all the git operations with GitLab. It is done as in the Windows case.
|
|
You must create SSH keys for all the git operations with GitLab. It is done as in the Windows case.
|
|
|
|
|
|
|
|
### Build the code
|
|
### Build the codes
|
|
|
|
|
|
|
|
* clone the repository
|
|
* clone the repository
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |