Re: Building Leopard X11 from Source
Re: Building Leopard X11 from Source
- Subject: Re: Building Leopard X11 from Source
- From: Ben Byer <email@hidden>
- Date: Mon, 29 Oct 2007 04:22:48 -0700
On Oct 28, 2007, at 5:32 PM, Jamie Kennea wrote:
On Oct 28, 2007, at 8:11 PM, Ben Byer wrote:
(It will also eventually be available from opensource.apple.com
along with the rest of the Darwin stuff, but the freedesktop.org
codebase will be actively maintained.)
Will this include the source to quartz-wm?
... not yet. This is a frequent request, and it is something I would
like to see happen, but it is currently beyond my control.
The source for the Xquartz distributed with 10.5 is currently up in
the freedesktop.org git. You should be able to do something like this
(assuming you use MacPorts to get git):
$ sudo port install pkgconfig git-core
$ curl -LO curl -LO http://downloads.sourceforge.net/mesa3d/MesaLib-6.5.2.tar.bz2
$ tar xjf MesaLib-6.5.2.tar.bz2
$ git clone git://anongit.freedesktop.org/git/xorg/xserver
$ cd xserver
$ git checkout xorg-server-1.2-apple
$ export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig:/usr/X11/lib/pkgconfig
$ ./autogen.sh --prefix=/usr/X11 --with-mesa-source=../Mesa-6.5.2
$ make
You will then find Xquartz in hw/darwin.
There will likely still be some rough edges, but I'll work them out
when I've gotten some sleep.
-b
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden