
LICENSE
=======

  GConjugue © 2006 Jakson Alves de Aquino <jalvesaq@gmail.com>

  All files without a copyright notice in this package (namely,
  gconjugue.desktop, gconjugue.1, and gconjugue.png) are part of gconjugue and
  are released under the same license.
  
  GConjugue 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; Please see the file COPYING for details.
  


COMPILING AND INSTALLING
========================

  In addition to a C compiler you will need the libraries and development
  files for GTK+. On Debian or Debian based systems, like Ubuntu or Kurumin,
  install the package "libgtk2.0-dev" and its dependencies. On other systems
  the package might be called "gtk2-devel" or "libgtk+2.0_0-devel".  The
  "configure" script will warn you about missing dependencies. Please, see the
  file INSTALL for details.

  To compile gconjugue do:
  
    ./configure
    make
    make install

  The "make install" should be done as root.


HOMEPAGE
========

  http://jalvesaq.googlepages.com/gconjugue.html

