----------------------------------------------------------------------------------------------

Bertini(TM): Software for Numerical Algebraic Geometry

Copyright (C) 2018

Authors: Daniel J. Bates, Jonathan D. Hauenstein, Andrew J. Sommese, Charles W. Wampler II

Website: http://bertini.nd.edu

License: See the file Bertini_License (or COPYING) in this directory.

----------------------------------------------------------------------------------------------

To compile Bertini from the source code, you will need:
1) C compiler (e.g., gcc, http://gcc.gnu.org)
2) flex, http://flex.sourceforge.net/
3) bison, http://www.gnu.org/software/bison/
4) GMP, http://gmplib.org/
5) MPFR, http://www.mpfr.org/ 

To compile Bertini in parallel, you will additionally need:
MPI implementation (e.g., MPICH, http://http://www.mpich.org/ or OpenMPI, http://www.open-mpi.org/)

Bertini can be compiled using `./configure && make && make install' which will create serial and,
if MPI is available, parallel versions of Bertini (both executable and library).  See 'INSTALL'
for more details about using configure and make.

As with previous versions, Bertini can also be compiled using the 'Makefile' in src/.



