--------------------------------------------------------------------------
GraphThing (c) 2001 David Symonds
--------------------------------------------------------------------------
(See bottom of this file for copyright notice)
This is GraphThing, a graph theory tool, written by David Symonds. You can
email me at <ds@seul.org>.
INSTALLATION
GraphThing requires GTK+ 1.2.7 or later.
Run the following commands:
* ./configure
* make
and optionally:
* make install [ as root ]
If you don't run "make install", you can execute the binary from
the src/ directory.
OPERATION
Most of the operations are intuitive, but there are a couple of
confusing things:
* To add a vertex, Ctrl+left-click in a blank spot
* To delete a vertex, Ctrl+left-click on a vertex
* To move a vertex, click and drag it
* To select multiple vertices, hold Shift
* To add or remove edges, select two vertices and right-click.
--------------------------------------------------------------------------
This program 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.
This program 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--------------------------------------------------------------------------
|