顯示具有 [程式設計]iOS 標籤的文章。 顯示所有文章
顯示具有 [程式設計]iOS 標籤的文章。 顯示所有文章

2022年5月22日 星期日

Homebrew and install lib in Mac M1

【Install Homebrew】
  • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile
  • eval $(/opt/homebrew/bin/brew shellenv)
In xcode, add /opt/homebrew/Cellar to lib and include path