MIBBLE INSTALLATION INSTRUCTIONS
================================

Requirements
------------

  The following requirements must be met in order to use Mibble:

    o Java runtime compatible with JDK 1.3.


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

  This software does not require any special installation. The only 
  files needed are the mibble-2.0.jar and grammatica-1.2.jar from the 
  lib subdirectory.


Running
-------

  Mibble is a library, and has no main application in this release. 
  There are two test applications, however, a MIB file validator and 
  a MIB file pretty-printer. These tools can be accessed with the 
  commands:

java net.percederberg.mibble.MibbleValidatorjava net.percederberg.mibble.MibblePrinter  Both of the above commands require that the CLASSPATH contains the 
  two JAR files in the lib subdirectory:

    o mibble-2.0.jar

    o grammatica-1.2.jar


_____________________________________________________________________

Mibble 2.0 (2003-07-19). See http://www.nongnu.org/mibble for
more information.

Copyright (c) 2003 Per Cederberg. Permission is granted to copy this 
document verbatim in any medium, provided that this copyright notice 
is left intact.
