David Maslen writes:
I'd like to install it on my laptop, and I don't want to
rebuild it
from source there.
Is there a make option to produce a tarball for an easy install in
the
/usr/local/ directory on my laptop? I didn't see one.
I would do this by mounting the laptop's /usr/local directory onto
your desktop's machine, and install it directly.
So if you mount laptop:/usr/local onto localhost:/mnt/local, you could
use the configure option: --prefix=/mnt/local.
Then just `make install.
--
Colin