Remove no-inline-max-size and suppress remark
[alexxy/gromacs.git] / docs / manual / README
1 So, you want to build the manual? This is now easy.
2
3 1. Configure the main GROMACS repo with GMX_BUILD_MANUAL=on
4 2. cmake will run some detection about whetehr this is possible
5 3. Later, use "make manual," which will build GROMACS in the
6    usual way, and use the generated binaries to build the manual.
7
8 An installation of pdflatex and ImageMagick is assumed by the
9 UseLATEX.cmake package (http://www.itk.org/Wiki/CMakeUserUseLATEX)
10 that is used by manual/CMakeLists.txt.