GROMACS version: 5.1
GROMACS modification: No
There is the following line in the documentation about .xtc (File formats — GROMACS 5.1 documentation):
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