Install GetFEM ++ using Msys

I am trying to install the GetFEM ++ library to use it in MATLAB. This guide is what I do for this. I have no experience with msys, so I assume that I have something missing in its use.

Before moving on, here are some general information about my system / where everything is installed.

1) I parsed the package with C: \ HOME \ getfem.

2) I am using 64 bit Windows 8.1.

My problem is the first step of the guide. The msys entry I used (which is the same as the manual except for the modified path):

./configure \
--enable-matlab=yes \
--with-getfem-config=C:\HOME\getfem\getfem-config-notinstalled \ 
--with-toolbox-dir=C:\HOME\getfem_toolbox

The answer I get is that there is no such file or directory. Can someone direct me to what could go wrong?

Let me know if there is any other information I can provide to make the problem more clear.
Thanks in advance.

+4
source share

Source: https://habr.com/ru/post/1546170/


All Articles