INSTALL: libcisco 1.0
June 23, 2002

Copyright (C) June 2002 Andy Ziegelbein
All rights reserved
-------------------

Manual Installation
===================

1.  Create a "libcisco1.0" directory in one of the directories in the Tcl
    library search path.  This is typically /usr/local/lib, /usr/lib, or
    /usr/lib/tcl8.3.  You can determine the path running executing
    "puts $auto_path" from within an interactive Tcl shell.

    $ tclsh
    % puts $auto_path
    /usr/lib/tcl8.3 /usr/lib /usr/local/lib
    %

2.  Copy the entire contents of the "lib" directory from this distribution
    into the newly created directory.

3.  (Optional) Copy the NROFF man pages (*.n) to an appropriate directory
    where they may be located by the man utility.  Copy the HTML (*.html)
    files from the "doc" directory into a web server accessible directory.

4.  (Optional) Verify the installation by launching an interactive Tcl
    interpreter and attempt to load the package.  If the library has been
    successfully installed, the version number should be returned.

    $ tclsh
    % package require libcisco
    1.0
    %

