vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
982 stars 118 forks source link

What are the system configuration requirements to install FORM? #451

Open deepnee opened 1 year ago

tueda commented 1 year ago

As in the INSTALL file and the Wiki page, the GNU Autoconf tools are needed to configure and build besides compilers and dependent libraries.

FORM can be built with POSIX (by default, recommended) or without POSIX (configured via --with-api=windows, not well-tested, not officially supported).