-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
Hello everybody
I am trying to use Moordyn with my code in matlab. I tried to compile it as mentioned in : https://moordyn.readthedocs.io/en/latest/compiling.html#id4
I installed Cmake, MinGW and added them into path. I find Cmake ask me to install a fortran installer which I fixed by installing mingw-w64-x86_64-gcc-fortran in MINGW64. But then Cmake shows :" PyPA’s build package is required. Please install it typing msys64/mingw64/bin/python3.12.exe -m pip install --upgrade build". I use cmd to install it and Cmake seems to run well, but when I use:
mingw32-make, it fails as shown in picture. I wonder how to fix it? I tried to reinstall mingw or cmake, nothing works.
