Interesting, while I found many references to it using google, I'm not
familiar with INSTALLD but what I did find I don't think that's what you
want to use with DESTDIR.

DESTDIR is to basically relocate where a package is installed for packaging
purposes so a non-root user can do the install. The path in destdir would
not be included in any RPATHs in libraries or anywhere else where the path
is important. I think you're looking for CMAKE_INSTALL_PREFIX which you
would pass to cmake, i.e.:

cmake -DCMAKE_INSTALL_PREFIX=$INSTALLD

Thanks,
Richard
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to