| 58 | For most of these there is no need to be set during installation. |
| 59 | |
| 60 | The configure process checks for the build and host system type; only |
| 61 | if this is not detected automatically, the user would have to specify |
| 62 | this by himself. After that system-dependent files are searched for, |
| 63 | LaTeX and Acroread for documentation and plots, the FORTRAN compiler |
| 64 | is checked, and finally the O'Caml compiler. The next step is the |
| 65 | checks for external programs like {{{LHAPDF}}} and {{{HepMC}}}. |
| 66 | Finally, all the Makefiles are being built. |
| 67 | |
| 68 | === Compilation and Installation === |
| 69 | |
| 70 | The compilation is done by invoking {{{make}}} and finally |
| 71 | {{{make install}}}. You could also do a {{{make check}}} in |
| 72 | order to test whether the compilation has produced sane files on your |
| 73 | system. This is highly recommended, but need to be done only for the |
| 74 | first installation. |