
General Information
===================

GTKFIG is figure-drawing tools. It aims to do what can be done with xfig,
texcad and SmartDraw (TM) (a scheme drawing tool for MS Windows).

GTKFIG is not:
  - Bitmap graphic editor
  - Vector graphic editor (like Corel)
  - CAD system

Requires GTK.

GTK+, which stands for the Gimp ToolKit, is a library for creating graphical
user interfaces for the X Window System. GTK+ version >= 1.1.2 is needed
  http://www.gtk.org/

To build the source code that Glade creates you should be able to just type
'make' - the configure script should be built automatically.

Comments/suggestions welcome.

Documentation
=============

There is no doc yet, but there is a file HINTS which already contains useful
hints on working with GTKFIG


Installation
============

See the file 'INSTALL'


How to report bugs
==================

To report a bug, send mail to lemming@k332.feld.cvut.cz

In the mail include:

* The version of GTKFIG

* Information about your system. For instance:

   - What version of GTK+
   - What operating system and version

  And anything else you think is relevant.

* How to reproduce the bug. 

* If you can, send a stack trace. To do that, start gdb with 'gdb gtkfig'
  start GTKFIG with 'r', do whatever causes the crash, and then type 'bt' in
  the debugger to print a stack trace.


				Michal Kara alias lemming
				lemming@k332.feld.cvut.cz

