Fixed typo in CMakeLists for mdrun-gpu
[gromacs/qmmm-gamess-us.git] / src / contrib / README
blob7ce4ac39a8f30d946e1926a5f02485594a5528dc
2 This directory contains programs and scripts contributed by the
3 GROMACS developers and users. It is not really officially supported
4 or documented, so if there are problems your best bet is probably
5 either the mailing lists or to contact the author listed in the file.
7 To add a program, you should edit Makefile.am. Have a look at 
8 www.gromacs.org/developer if you are unfamiliar with automake/autoconf.
9 Since gromacs uses both assembly, fortran, shared libraries and 
10 dynamic dependency tracking on all platforms we rely on features in
11 the prereleases of autoconf 1.5. Until this is released,
12 you can get version 1.4j or later from ftp.gromacs.org/developer
14 The EXTRA_PROGRAMS tag used here means they are not compiled and
15 installed for the default package configuration setup.
17 You should always be able to execute the program in this directory,
18 but it is not installed automatically. Since we use libtool to handle
19 shared/static libraries the "program file" you see is actually a libtool
20 wrapper script, and if you move this script it will not work. To install
21 e.g. "options" as "/usr/local/gromacs/i686-pc-linux-gnu/bin/options"
22 you should give the command:
24 ../../libtool install options /usr/local/gromacs/i686-pc-linux-gnu/bin/options
28                    The Gromacs Crew