GROMACS version: 2020
GROMACS modification: No
I’m pretty new to most of this and the command line on windows is not something I’m very comfortable with. I was able to run cmake and created a build folder, but this is where I run into my problem, if i try to run these lines of code:
make
make check
sudo make install
source /usr/local/gromacs/bin/GMXRC
I get this error - " ‘make’ is not recognized as an internal or external command, operable program or batch file."
I was wondering if there was a windows command that replaces the ‘make’ command, or would it be easier to just switch to a Linux OS.