Questions tagged [darwin]

Darwin is the name of the UNIX layer underlying macOS and iOS. It contains elements from FreeBSD, NetBSD and if you install the optional Developer Tools, GNU user-land tools.

39 questions
0
votes
1 answer

Is there any convention for where one stores installed software?

I'm installing some software by cloning a git repo onto my local machine. I plan on creating a soft link to the binary made from the source in the repo to /usr/local/bin. Where should I put the git repo on my local machine? Is /usr/local/src the…