tar -xzf mpc-1.0.1.tar.gz cd mpc-1.0.1 ./configure --prefix=/usr make make check make install cd .. rm -fr mpc-1.0.1