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.
Distribution | Required Packages |
Debian / Ubuntu | apt install gcc g++ gfortran patch make cmake bzip2 pkg-config curl python |
Centos 7 | yum install gcc gcc-gfortran gcc-c++ patch make cmake bzip2 pkg-config curl python36 texinfo diffutils file |
Fedora | yum install gcc gcc-gfortran gcc-c++ patch make cmake bzip2 pkg-config findutils texinfo diffutils file |
ArchLinux | pacman -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