wiki:Xorg7Utilities

Version 3 (modified by trac, 17 years ago) ( diff )

--

Xorg 7

Utilities

  • Automated Build Script for remaining three packages
    bash -e
    for package in $(cat ../util.wget)
    do
      packagedir=$(echo $package | sed 's/.tar.bz2//')
      tar -xf $package
      cd $packagedir
      ./configure $XORG_CONFIG
      make
      make install
      cd ..
      rm -rf $packagedir
      rm -f $package
    done 2>&1 | tee -a ../xorg-compile.log
    

Up
Top

Note: See TracWiki for help on using the wiki.