wiki:Xorg7Libraries

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

--

Xorg 7

Libraries

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

libAppleWM and libWindowsWM are dependent on applewmproto and windowswmproto, respectively. Also, the other library packages are dependent on one another and have to be installed in a certain order.

Up
Top

Note: See TracWiki for help on using the wiki.