Skip to content

Commit

Permalink
Added build instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
benruijl committed Apr 29, 2016
1 parent 78aa53b commit f30bbd7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f30bbd7

Please sign in to comment.