Hi Bill, Ok, so instead of setting the CMAKE_INSTALL_PREFIX, we could simply use the DESTDIR=x,y,z and allow the install prefix to remain as is, which I think it defaults to /bin or /usr/bin.
Using DESTDIR may be, as Richard said, a better way to go for local build testing rather than changing / setting the CMAKE_INSTALL_PREFIX. I'll play around with this some and see if how things turn out. 73's Greg, KI7MT On 11/27/2015 09:36, Bill Somerville wrote: > On 27/11/2015 16:33, Greg Beam wrote: >> If I set: >> >> CMAKE_INSTALL_PREFIX=/home/ki7mt/wsjtx >> >> and prefix it with DESTDIR=/tmp/example1 >> >> I'd end up with an install located at: >> >> /tmp/example1/home/ki7mt/wsjtx >> >> Maybe I'm confused on DESTDIR usage or something, but I thought it was >> the same as autotools. > That is correct. > > 73 > Bill > G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
