hello !
i followed the instructions to install Qvina-W from https://qvina.github.io/compilingQvina-w.html using WSL
however when i type ''make'' it doesn't proceed and this message appears :
ln -sf g++ -print-file-name=libstdc++.a
rm -f dependencies_tmp dependencies_tmp.bak
touch dependencies_tmp
makedepend -f dependencies_tmp -Y -I src/lib src/lib/.cpp src/tests/.cpp src/design/.cpp src/main/.cpp src/split/.cpp src/tune/.cpp
/bin/sh: 1: makedepend: not found
make: *** [Makefile:71: depend] Error 127
i have boost 1.83 installed and changed the first 2 lines of makefile to the path to Boost and the Boost version
and also tried not changing anything , and it didn't work.
any help is appreciated
hello !
i followed the instructions to install Qvina-W from https://qvina.github.io/compilingQvina-w.html using WSL
however when i type ''make'' it doesn't proceed and this message appears :
ln -sf
g++ -print-file-name=libstdc++.arm -f dependencies_tmp dependencies_tmp.bak
touch dependencies_tmp
makedepend -f dependencies_tmp -Y -I src/lib src/lib/.cpp src/tests/.cpp src/design/.cpp src/main/.cpp src/split/.cpp src/tune/.cpp
/bin/sh: 1: makedepend: not found
make: *** [Makefile:71: depend] Error 127
i have boost 1.83 installed and changed the first 2 lines of makefile to the path to Boost and the Boost version
and also tried not changing anything , and it didn't work.
any help is appreciated