Xorg 7.x Servers
================

For new 7.x servers run the configure script followed by make and then make install.
The installation path may well need to be altered using the --prefix option.

If you get this error when running the configure script:

checking for XORG... configure: error: Package requirements (xorg-server >= 1.0.99.901 xproto fontsproto ) were not met.

then it is likely that you are missing the xorg-server development
package. For Fedora this package is called 'xorg-x11-server-sdk'.

Xorg 6.x & Xfree86 servers
==========================

cd src
xmkmf {path to Xserver xc directory}
make

Then copy the ivtv_drv.so file into the appropriate location.

Note: this driver used to be called ivtvdev_drv.so but the name was
changed starting with version 1.0.0 to be consistent with existing
X11 video drivers.

