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

Bertini(TM): Software for Numerical Algebraic Geometry

Copyright (C) 2013

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 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://http://flex.sourceforge.net/
3) bison, http://www.gnu.org/software/bison/
4) GMP, http://gmplib.org/
5) MPFR, http://www.mpfr.org/ 

Adjust Makefile in src/ as needed and run 'make'.


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

Adjust Makefile in src/ (e.g., uncommenting -D_HAVE_MPI and setting COMP=mpicc) and run 'make'.







