Version 4 (modified by 19 years ago) ( diff ) | ,
---|
Protocol Headers ¶
- Automated Build Script
bash -e for package in $(cat ../proto.wget) do packagedir=$(echo $package | sed 's/.tar.bz2//') tar -xf $package cd $packagedir ./configure $XORG_CONFIG make install cd .. rm -rf $packagedir rm -f $package done 2>&1 | tee -a ../xorg-compile.log
Comments on individual protocols ¶
applewmproto is for the Apple rootless window management extension, and generally considered to only be relevant to OSX.
windowswmproto is for win32.
xproxymanagementprotocol is now deprecated, use e.g. ssh instead
There is further information on dependencies at http://gentoo.linuxhowtos.org/portage/x11-proto - like any wiki it may or may not be accurate.
Note:
See TracWiki
for help on using the wiki.