... | ... | @@ -15,7 +15,7 @@ Install cygwin from https://www.cygwin.com. Accept all defaults and select View |
|
|
* automake
|
|
|
* openssh
|
|
|
* git
|
|
|
* curl
|
|
|
* wget
|
|
|
* unzip
|
|
|
|
|
|
Type "path" in the Windows search box and choose "Edit the system environment variables". Go to "Advanced" and select "Environment variables". If the `PATH` variable does not exist (note the ALL CAPS!), create it and set it to
|
... | ... | @@ -49,7 +49,7 @@ source .bash_profile |
|
|
|
|
|
```shell
|
|
|
cd /usr/local
|
|
|
curl -O https://gmsh.info/beta/petsc-Windows64.zip
|
|
|
wget https://gmsh.info/beta/petsc-Windows64.zip
|
|
|
unzip petsc-Windows64.zip
|
|
|
```
|
|
|
|
... | ... | @@ -81,7 +81,7 @@ make |
|
|
|
|
|
```shell
|
|
|
cd
|
|
|
curl -O https://gmsh.info/bin/Windows/gmsh-git-Windows64-sdk.zip
|
|
|
wget https://gmsh.info/bin/Windows/gmsh-git-Windows64-sdk.zip
|
|
|
unzip gmsh-git-Windows64-sdk.zip
|
|
|
mkdir /usr/local/include/
|
|
|
cp gmsh-git-Windows64-sdk/include/* /usr/local/include/
|
... | ... | |