Simple install procedure
========================

  % gzip -cd transcalc-0.x.tar.gz | tar xvf -  # unpack the sources
  % cd transcalc-0.x                           # change to the toplevel directory
  % meson setup --wipe build                   # configure the build
  % ninja -C build                             # use Ninja to build transcalc
  % ninja -C build install                     # install transcalc

Requirements
============

* transcalc requires the gtk library and development headers. As of
version 0.14 and higher, it requires specifically the gtk2.0 library
and development headers. I recommend getting version gtk 2.2.0 or
higher.  The Debian package is 'libgtk2.0-dev'.

GTK information: http://www.gtk.org/

No GNOME packages are required!!

* Report bugs, suggestions, or comments to Gopal Narayanan
  <gopal@astro.umass.edu>
