Files
pkgsrc-ng/x11/modular-xorg-xquartz/MESSAGE
2016-11-18 22:39:22 +01:00

16 lines
623 B
Plaintext

===========================================================================
$NetBSD: MESSAGE,v 1.1 2015/10/01 12:55:09 tnn Exp $
To finish the installation of pkgsrc X11 on your Mac:
$ sudo mv /Applications/Utilities/X11.app /Applications/Utilities/X11.app.bak
$ sudo ln -s ${PREFIX}/Applications/Utilities/X11.app /Applications/Utilities
$ echo "${PREFIX}/bin/xterm &" > ~/.xinitrc
$ echo ${PREFIX}/bin/quartz-wm >> ~/.xinitrc
$ ${PREFIX}/bin/startx -- ${PREFIX}/bin/Xquartz
You can also launch X11.app from finder instead of the last step.
===========================================================================