Documentation

Installing MPC

Installing Core Dependencies

Despite MPC features an installer to ease its deployment a few initial dependencies are required. You may first make sure you have first installed the packages matching your distribution.

DistributionRequired Packages
Debian / Ubuntuapt install gcc g++ gfortran patch make cmake bzip2 pkg-config curl python
Centos 7yum install gcc gcc-gfortran gcc-c++ patch make cmake bzip2 pkg-config curl python36 texinfo diffutils file
Fedorayum install gcc gcc-gfortran gcc-c++ patch make cmake bzip2 pkg-config findutils texinfo diffutils file
ArchLinuxpacman -Su gcc gcc-fortran patch make cmake bzip2 pkg-config python diffutils perl-podlators

Fast Installation of MPC

You may copy paste the following these steps in your terminal if you are in a hurry to try MPC:

# Get the last tarball
curl -k https://france.paratools.com/mpc/releases/mpcframework-4.0.0.tar.gz -o mpfcramework-4.0.0.tar.gz
# Extract the tarball
tar xf mpframework-4.0.0.tar.gz
# Enter the source directory
cd mpframework-4.0.0
# Create a BUILD directory and enter it
mkdir BUILD
cd BUILD
# Run the install script
../installmpc --prefix=$HOME/mpc_install
# Source MPC in your environment
. $HOME/mpc_install/mpcvars.sh

For more details..

See the installation guide

Using MPC

See general usage