##------------------------------------------------------------------------------
#   elomaxdriver: A linux kernel driver to control http://www.elomax.nl
#                 usb-io modules
#   Copyright (C) 2011  programming <at> kogro org
#
#   This program is free software: you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation, either version 3 of the License, or
#   (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
##------------------------------------------------------------------------------


To build and install:
====================
- have the development utilities installed (gnu C-compiler http://gcc.gnu.org/,
  gnu make http://www.gnu.org/software/make/make.html)
- have the kernel-headers installed
- edit Makefile and let KDIR point to the location where you installed the
  kernel headers
- edit Makefile and let MDIR point to the location where you want this module
  to be installed
- login as root and type 'make install'


To build the documentation:
==========================
- have the development utilities installed (gnu make
  http://www.gnu.org/software/make/make.html)
- have doxygen installed (see http://www.doxygen.org for details)
- have mscgen installed (see http://www.mcternan.me.uk/mscgen/ for details)
- type 'make doc'
- the html documentation is generated in directory ./doc, use ./doc/index.html
  as a startpage in your favourite browser
