본문 바로가기
COMPUTER/HOW TO

Homebrew 설치 with M1 chip

by asdf12345 2022. 11. 20.

STEP #1: Install Rosetta2(a dynamic binary translator developed bt Apple) before installing Homebrew

Homebrew 설치 전, Rosetta2 앱 설치

/usr/sbin/softwareupdate --install-rosetta

 

STEP #2: Install Home brew with arch -x86_64 command(To switch x86_64 architecture) 

arm64에서 x86_64 archtecture를 이용한 바이너리 컴파일을 위해 -x86_64 명령어를 이용해 Home brew 설치

arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

 

STEP #3: Intall a package

package 설치

arch -x86_64 brew install

 

'COMPUTER > HOW TO' 카테고리의 다른 글

How to Access Boot Menu and BIOS Settings  (0) 2023.10.02
How to compress and encrypt the file on Mac  (0) 2022.09.02
ERROR#1 enable-PSRemoting 에러 / Winrm 설정 에러  (1) 2022.06.01
Tool#2 DBever  (0) 2022.05.23
Tool#1 Gobuster  (0) 2021.04.29