wiki:Xorg7ProtocolHeaders

Version 2 (modified by DJ Lucas, 18 years ago) ( diff )

--

Protocol Headers

  • Automated Build Script
    bash -e
    for package in $(cat ../wgetlist.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
    
Note: See TracWiki for help on using the wiki.