On a Linux machine I can do:
./configure
make install
to build from source.
However, when I copy that build to another machine, obviously some libraries will be missing. I've Googled to the best of my abilities but I can't seem to find a way to build a "fat" binary, with all dependencies packaged with it.