Last updated 3 years ago
Was this helpful?
在macOS上可以通过homebrew安装xorg:
brew tap linuxbrew/xorg brew install linuxbrew/xorg/xrandr
brew tap <user/repo> 命令会从 clone出仓库。然后 brew 就会在这些方案上工作,就好像在homebrew的候选仓库上。可以通过 install 和 uninstall 来完成安装和卸载,也能够使用 brew update 更新。
brew tap <user/repo>
brew
brew update