|
|
# Windows
|
|
|
# Building GmshFEM on Windows
|
|
|
|
|
|
Here are detailed instructions on how to build GmshDDM on Windows, using Cygwin and the MinGW compilers. The resulting programs do *not* depend on the cygwin DLL, i.e. are pure Windows executables.
|
|
|
Here are detailed instructions on how to build GmshFEM on Windows, using Cygwin and the MinGW compilers. The resulting programs do *not* depend on the cygwin DLL, i.e. are pure Windows executables.
|
|
|
|
|
|
## Cygwin and Windows PATH
|
|
|
|
... | ... | @@ -114,3 +114,14 @@ cd build |
|
|
cmake ..
|
|
|
make install
|
|
|
```
|
|
|
|
|
|
Try to compile an example:
|
|
|
```shell
|
|
|
cd
|
|
|
cd fem/demos/poisson/dirichlet
|
|
|
mkdir build
|
|
|
cd build
|
|
|
cmake ..
|
|
|
make
|
|
|
./demo.exe
|
|
|
``` |