GNUe Navigator is a navigation/menuing system for GNU Enterprise.

Requirements
------------
Navigator needs the following:

   * GNUe Common 0.5.3+

   * A user-interface library:
      - wxPython (http://www.wxPython.org)
      - GTK 2
        and gtkhtml2 [for debian: python2.3-gnome2]


Also, Navigator can make use of the following tools if they are
installed:

   * GNUe Forms

   * GNUe Reports

   * GNUe AppServer


General Installation
--------------------

To install:

  ./setup.py install


To run:


  To run an interactive session, type:

    gnue-navigator [-u <gui|text|curses>] <processdefs.gpd>


  Or, to create static menus for your os, type:

    gnue-navigator <--install-kde-menu |
      --install-gnome-menu> <processdefs.gpd> [menu=<BaseMenu>]

