 #########################################################################
 #
 #  File:       README
 #  Content:    description about building SMI Xorg driver
 #
 ########################################################################

How To Compile SMI Xorg driver

1. Check your current working directory is source, if not change it to be
   
2. Generate configure file automatically, enter

   chmod +x configure
   ./configure

3. Compile SMI Xorg driver, enter

   make

4. Install SMI Xorg driver, enter
   
   make install

   The driver will be installed into /usr/lib/xorg/modules/drivers


