cd
to location of MetaPhysicL clone or extracted tarball. For
git clones, make sure to clone recursively, or dogit submodule update --init --recursive
./bootstrap
mkdir build
cd build
../configure --prefix=/path/to/metaphysicl/install
make
make check
(optional, runs the example programs and unit tests when possible)make install