# optionally set an installation prefix (default is /usr/local) $ export PREFIX=/usr # optionally set a staging directory (useful if you're creating a package) $ export DESTDIR=/tmp/orpie # build $ make # install build products (use 'sudo' if installing to a root-owned location) $ make install