Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / share / template / README
1 Once installed, this directory contains CMakelist.txt,
2 Makefile.pkg and a small program that you could use as
3 a template when writing your own analysis software.
4
5 The CMakelist.txt can be used together with cmake to
6 build the template program:
7 $ source /path/to/GMXRC
8 $ cmake /path/to/template
9
10 The Makefile.pkg can be used if cmake is unavailble. It
11 makes use of pkg-config only to build the template program:
12 $ source /path/to/GMXRC
13 $ make -f Makefile.pkg
14
15 ----------------------------------------------------------
16
17 If you are reading this in the distribution directory,
18 remember that CMakelist.txt.template will be renamed to
19 CMakelist.txt during the installation.