Je suis un utilisateur novice de Mac. Je peux voir qu'il y gcc
en a git
, etc dans le /usr/bin
dossier " ". Mais quand je veux les utiliser, cela invite comme ceci:
MacBook-Pro:~ nan$ git
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
MacBook-Pro:~ nan$ gcc
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
Est-ce que cela signifie que je dois installer xcode
pour utiliser gcc
ou git
, merci beaucoup à l'avance!
/usr/bin/git
appelsxcode-select
donnent l'erreur, il/usr/bin/git
peut donc s'agir simplement d'un wrapper qui sélectionne les versions des outils de développement installés. Voir la section FICHIERS de developer.apple.com/library/mac/documentation/Darwin/Reference/…