How to install binary portably -
How to install binary portably -
is there portable way install binaries? illustration guaranteed posix there /usr/local/bin (and included in search path). or distribution alway platform dependent?
posix doesn't guarantee that, else might, depending on os. in case of linux lsb.
in experience, cannot count on /usr/local/*
beingness universally present. not nowadays on fresh clean installs of flavours of unix. should rare though. de facto standard location third-party software can placed, , install scripts should not have qualms creating /usr/local
well-known subdirectories bin
, lib
if don't exist , installing things there.
of course, software utilize default give user selection in case want alter it.
i'm not sure whether meant question installation more or pathnames & locations? command utilize in makefile recipe install things (usually install
)?
binary install posix
Comments
Post a Comment