How do I build the X driver?

Created by djp
Keywords:
Last updated by:
djp

Building the X driver
============

Instructions for building the source code of the X driver (xf86-input-nextwindow).

Fedora Requirements
--------------------------------

packages:
 • autoconf
 • automake
 • xorg-x11-util-macros
 • xorg-x11-server-devel

OpenSUSE Requirements
--------------------------------

packages:
 • autoconf
 • automake
 • xorg-x11-proto-devel
 • xorg-x11-server-sdk
 • libtool

Ubuntu Requirements
---------------------------------

packages:
 • autoconf
 • automake
 • xutils-dev
 • xserver-xorg-dev
 • libtool

Build Commands
-------------------------

  > ./autogen
  > make

Barring any errors you will now have built the driver ("nextwindow_drv.so").