Protobuf Installation script for Macbook M1
Macbook M1에서 GRPC를 위한 Protobuf 설치에 문제가 있습니다. 따라서 소스를 내려 받은 후에 로컬에서 컴파일 하는 과정을 거치는 것이 안전한 방법입니다. 아래 스크립트를 따라 하시면 homebrew 부터 차근 차근 설치합니다. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" export PATH=/opt/homebrew/bin:$PATH git clone https://github.com/protocolbuffers/protobuf.git arch -arm64 brew install autoconf arch -arm64 brew install automake arc..
2021.10.14