
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; either version 2 of the License, or (at your option) any later
  version.
  
  GConjugue 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, write to the Free Software Foundation, Inc., 51
  Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


WHAT'S GCONJUGUE?
=================

  It's a GTK graphical front end to "conjugue", written by Ricardo Ueda
  Karpicheck. GConjugue simply captures conjugue output and puts it in a GTK
  widget. Conjugue conjugates Portuguese verbs as spoken in Brazil.

  Website: http://gconjugue.codigolivre.org.br/

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 superuser (root).

