The instructions to install and use xorg-server on macOS via Homebrew:
- Install Homebrew (if you haven't already):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install xorg-server:
brew install xorg-server
- Install xinit (to start the X server):
brew install xinit
- Start the X server:
startx
No comments:
Post a Comment