X.org X on Darwin and Mac OS X : Getting Started
Previous: Hardware Support and Configuration
Next: Run the X Window System

3. Getting Started

Following are instructions for building and running your own copy of X11R6.7.0. The procedure for getting your X server up and running on Darwin and Mac OS X are very similar. Where there are differences I have noted them below. Note that to build X11R6.7.0 for yourself on Mac OS X, you need to install the Developers' Tools.

/Applications.

If you get the precompiled binaries you can skip ahead to the section on running the X Window System On the other hand, if you want to build things yourself from scratch, follow the directions below.

3.1. Get the Code

The first thing you need to do is to get the source code from the X.Org Foundation project.

3.2. Build X11R6.7.0

Once you have everything ready it is easy to build and install X11R6.7.0. From the command line:

cd sandbox/xc
make World >& world.log

(wait for several hours)

sudo make install >& install.log
sudo make install.man >& man.log


X.org X on Darwin and Mac OS X : Getting Started
Previous: Hardware Support and Configuration
Next: Run the X Window System