INSTALLATION
============
NeonView uses GTK+ 3.0 so the appropriate development libraries should be
installed. Also, the gcc compiler is needed. On a Debian-based system,
something like the following should be enough:

sudo apt-get install build-essential libgtk-3-dev

To compile and install, type in a terminal:
   
  make
  make install

'make install' should be given as root, e.g.:

  sudo make install

Or

  su -c "make install"

This will install NeonView inside the /usr/local/bin directory.
