diff --git a/README.md b/README.md index db2a2d5f..70bd8b62 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,18 @@ subatomic physics. Other people that have made contributions can be found in the file "[AUTHORS](AUTHORS)". -Installation +Build instructions ------------ -See the file "[INSTALL](INSTALL)". +Before building FORM, it is adviced to install the optional dependencies `gmp` and `zlib` for better performance. To quickly build FORM, install the `autoconf` pacakge. Then run: + + autoreconf -i + ./configure + make + make install + + +For more advanced build options, see the file "[INSTALL](INSTALL)". Additional Information