본문 바로가기
macOS

macOS xcode Command Line Tools

by 파이스탁 2022. 11. 6.

커맨드 라인 도구

Xcode는 설치 용량이 크기 때문에 Xcode를 설치하지 않고 간단히 gcc, make, git 등를 설치하고자 할 때 Command Line Tools를 설치합니다. 

기존 버전 삭제

$ sudo rm -rf /Library/Developer/CommandLineTools

새로 설치

$ xcode-select --install

 

'macOS' 카테고리의 다른 글

OBS Studio Apple Silicon 맥북 설치기  (0) 2022.11.11
macOS Visual Studio Code 디버깅 환경  (0) 2022.11.07
macOS C++ 빌드 및 실행  (0) 2022.11.06
macOS 컴파일러 비교  (1) 2022.11.06
My Screen Brush (맥 화면 필기앱)  (0) 2022.11.06