Re: [Xquartz-dev] Contents of Xquartz-dev digest: question Quartz-WM options
Ok, Jeremy was correct that I would have to use the AppleWM to ditch the proxy icon. Most of what I want to do can be done right there. My big question is: Is there a source and documentation for the AppleWM on how to build and compile. I know its a dynamic library. But I am clueless starting from there. I kind of wish there was a dummies guide to this. -- Shane Dobbins
Some documentation: http://xquartz.macosforge.org/trac/wiki/DeveloperInfo The protocol spec: git clone git://anongit.freedesktop.org/xorg/proto/applewmproto The extension library: git clone git://anongit.freedesktop.org/xorg/lib/libAppleWM Install autoconf, automake, glibtool, pkg-config, and XQuartz. Then from the checked out sources: autoreconf -fvi && ./configure --prefix=/opt/X11 && make && sudo make install You may need to set ACLOCAL and PKG_CONFIG_PATH environment variables. You can get the dependencies from MacPorts or just build them yourself. On Oct 4, 2012, at 17:49, Shane Dobbins <shanedobbins@gmail.com> wrote:
Ok, Jeremy was correct that I would have to use the AppleWM to ditch the proxy icon. Most of what I want to do can be done right there.
My big question is: Is there a source and documentation for the AppleWM on how to build and compile. I know its a dynamic library. But I am clueless starting from there.
I kind of wish there was a dummies guide to this.
-- Shane Dobbins
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/xquartz-dev
participants (2)
-
Jeremy Huddleston Sequoia
-
Shane Dobbins