ce200f8748
The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on OS X. Together with supporting libraries and applications, it forms the X11.app that Apple has shipped with OS X since version 10.5.
15 lines
623 B
Text
15 lines
623 B
Text
===========================================================================
|
|
$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.
|
|
|
|
===========================================================================
|