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