Maximilian Ebert via X11-users <[email protected]> writes: > Does anybody know a tutorial to build X11 from scratch without > macports/xquartz/homebrew etc.? I am wondering what it would take to do it > manually.
I've only ever built xserver, not the rest of it, but the recipe at https://www.xquartz.org/Developer-Info.html mostly worked for me. One note is that the git URL given there seems to require login privileges; fetch a read-only clone with git clone https://github.com/XQuartz/xorg-server.git instead. Also, be sure to check out the right git branch (probably you want the latest one, server-1.18-branch). regards, tom lane _______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com This email sent to [email protected]
