GROMACS version: 5.1
GROMACS modification: No
There is the following line in the documentation about .xtc (https://manual.gromacs.org/documentation/5.1/user-guide/file-formats.html#xtc):
To use the library function include “gromacs/fileio/xtcio.h” in your file and link with -lgmx.$(CPU).
How do I link with -lgmx.$(CPU)
either under Linux or Windows?
How do I do the above and read .xtc in Visual Studio on Windows 10?
Thanks,
Roden