Version 4 (modified by 17 years ago) ( diff ) | ,
---|
Xorg 7
Drivers
- Automated Build Script
bash -e for package in $(cat ../driver.wget) do packagedir=$(echo $package | sed 's/.tar.bz2//') tar -xf $package cd $packagedir ./configure $XORG_CONFIG \ --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules make 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.