[go: up one dir, main page]

Menu

Tree [r14] / trunk / c /
 History

HTTPS access


File Date Author Commit
 doc 2006-08-14 rveen [r1] Initial import
 samples 2006-08-14 rveen [r1] Initial import
 src 2006-08-14 rveen [r1] Initial import
 test 2006-08-14 rveen [r1] Initial import
 tools 2006-08-14 rveen [r1] Initial import
 win 2006-08-14 rveen [r1] Initial import
 .cdtproject 2006-09-19 rveen [r2] Added Eclipse project files
 .project 2006-09-19 rveen [r2] Added Eclipse project files
 AUTHORS 2006-08-14 rveen [r1] Initial import
 BUGS 2006-08-14 rveen [r1] Initial import
 ChangeLog 2006-08-14 rveen [r1] Initial import
 Makefile 2006-08-14 rveen [r1] Initial import
 README 2006-08-14 rveen [r1] Initial import

Read Me

OGDL README
-----------

Introduction
------------

OGDL ("Ordered Graph Data Language") is a structured textual format that
represents information in the form of graphs, where the nodes are strings
and the arcs or edges are spaces or indentation.

The OGDL package consists of the "libogdl" C library and following tools:
  - gpath     (Graph path resolver for OGDL streams)
  - ogdl2dot  (OGDL to Dot file converter. See: http://www.graphviz.org)
  - xml2ogdl  (XML to OGDL converter)
  - tindent   (simple indentation tool)

More info at our website: http://ogdl.sf.net
Mailinglist: http://lists.sourceforge.net/lists/listinfo/ogdl-core

Installation
------------

Details can be found in the INSTALL file.

To build and install:

  ./autogen    (only needed when building from CVS)
  ./configure
  make
  make install

To build the OGDL API documentation:

  make doxygen

To uninstall:

  make uninstall

To build a new package:

  make distcheck