On Fri, Nov 27, 2015 at 10:17 AM, Greg Beam <[email protected]> wrote:
> Hi Richard, > > As far as I'm aware, I do not pass any CMAKE_INSTALL_PREFIX in a chroot > or build server environment. Whatever is set by Cmake or the server is > what gets used, which I am pretty sure is /usr. > > The only time I pass the CMAKE_INSTALL_PREFIX variable is when I *do > not* want the install target going into the system folders; local build > testing and things. > If you want to do that, it's better to use DESTDIR during install for the reasons mentioned earlier in this thread. You may get away with it if there's no RPATH issues (not typically a problem with binaries but more with libraries). $ make install DESTDIR=/home/user/test > I don't understand the Hamlib comment. It also gets installed same as > WSJT-X, which is /usr, maybe I am misunderstanding that bit. > That was in reference to the superbuild cmake script... Sorry I wasn't clear, both got pulled into this discussion :) Thanks, Richard
------------------------------------------------------------------------------
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
