ranganathanlab / bmDCA

Fork of matteofigliuzzi/bmDCA repository for Boltzmann-machine Direct Coupling Analysis (bmDCA).
GNU General Public License v3.0
33 stars 13 forks source link

Installing issue on Windows10. #8

Open Shaowen1994 opened 1 year ago

Shaowen1994 commented 1 year ago

Hi,

I am trying to install bmDCA on windows10 and I followed the corresponding procedures for the dependencies, but when I ran "./autogen.sh --prefix=/usr/local && make -j4 && make install", I got an error that "C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -larmadillo: No such file or directory C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find .dll: No such file or directory". It seems like that there can be something wrong with the Armadillo, but I did not encounter any issue when I installed it. If possible could you please help me solve this issue or provide some suggestions?

Thank you!