>>>> "Jake" == Jake Colman
<colman(a)ppllc.com> writes:
Jake> How do I locally install the XEmacs beta (21.2.x) if I've also
Jake> locally installed 21.1.x? In other words, I built 21.1.x with
Jake> --prefix=$HOME and did an actual 'make install'. I want to play
Jake> with the beta series but I want everything to coexist so that
Jake> 21.1.x does not get trashed. Can this be done? Also, hw do I
Jake> handle the packages?
You can just use a different --prefix flag, or simply run the binary
in the build tree without installing. That's what developers
typically do.
configure; make; src/xemacs