1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 08:33:50 +00:00
Files

19 lines
231 B
Bash

# MPC Phase 4
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/mpc-1.2.1
make
make html
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install
make install-html