-cgtkcalc-
System requirements: GTK+ >= 1.2.0

     HOW TO INSTALL

1.<Configure>

        $ ./configure
          
          | If you want not to search for gtk2 but to
          | search only for gtk+-1.2, you should type:
          | $ ./configure --without-gtk2
          |
          | Default directory is "/usr/local".
          | If you want to install this application 
          | in another one, you should type:
          | $ ./configure --prefix=/some_directory
          | [Example]
          |    $ ./configure --prefix=/usr

2.<Compile>

        $ make

3.<Install>
        (become root)

        # make install
        # make install.man

        (if you install the desktop file for GNOME)

        # make install.gnome (optional)

-------------------------

<Clean>

        $ make clean

<Uninstall>
        (become root)

        # make uninstall

<Distclean>

        $ make distclean

-------------------------

     HOW TO CREATE RPM PACKAGE
      In recent RPM tools:
        $ rpmbuild -ta cgtkcalc-x.x.x.tar.gz
      For old RPM tools:
        $ rpm -ta cgtkcalc-x.x.x.tar.gz

