Convert install guide to markdown
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 5 Jun 2014 17:20:56 +0000 (19:20 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 29 Jun 2014 12:23:17 +0000 (14:23 +0200)
commitec2c9197ed4b10a2ea6cb3186ffa10a3fcc3ccc3
treea8c6efb49f1644306e9ec13307a3df8442309396
parent5ec77f685ffcff8488b26b5e2a2dc718332d0e64
Convert install guide to markdown

Adds `make install-guide` to make both a plain-text INSTALL for the
tarball, and a monolithic HTML install guide for uploading to the
website. Intended for processing with pandoc, but I don't think
there's any pandoc-specific extensions used. Naturally, if the build
system doesn't have pandoc, then this make target is not available,
just like the other documentation features.

Added more description about various SIMD instruction sets,
portability, and how to use compilers and the GMX_SIMD setting.

Added summary of important CMake options for typical GROMACS
installations.

This now does some variable interpolation to keep accuracy up without
active maintenance, so setting some such variables gets changed a bit.

Mentioned more optional build components

Minor textual changes to the install guide.

Fixes #1440. Refs #1242

Change-Id: Iff8e165759fbf8cc5199c8447e912403b8a79a17
CMakeLists.txt
CPackInit.cmake
admin/installguide/installguide.tex [deleted file]
cmake/FindPandoc.cmake [new file with mode: 0644]
cmake/gmxManageGPU.cmake
install-guide/CMakeLists.txt [new file with mode: 0644]
install-guide/configure-install-guide.cmake.in [new file with mode: 0644]
install-guide/install-guide.md [new file with mode: 0644]