location of UNIX applications

I'm looking for advice on the best location for installing UNIX Applications manually, without Fink? Thanks.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Might be worth reading

Might be worth reading this

http://www.pathname.com/fhs/pub/fhs-2.3.html

Most UNIX / Linux systems

Most UNIX / Linux systems use /usr/local for this purpose. Many applications that come with a "configure; make; make install" type installation default to /usr/local as the prefix. /opt is another common location, although not as prevalent as /usr/local these days. HTH...

Kevin

You might also want to

You might also want to clarify what you consider best location. For me, the way fink handles *nix apps makes sense: it keeps them separated from the main OS X installation.