< Previous | Contents | Next >
6.19.1. Installation of MPC
Prepare MPC for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
--disable-static
--docdir=/usr/share/doc/mpc-1.1.0
--disable-static
--docdir=/usr/share/doc/mpc-1.1.0
Compile the package and generate the HTML documentation:
make
make html
make
make html
To test the results, issue:
make check
make check
Install the package and its documentation:
make install
make install-html
make install
make install-html