    OpaL Markup Language Content System
    Copyright (C) 2000  Ola Lundqvist
    $Id: INSTALL,v 1.4 2001/09/02 21:26:41 ola Exp $
    For full COPYRIGHT notice see the COPYING document.

    If you want more information about the program or updated versions,
    visit the official homepage at:
      http://www.opal.dhs.org/programs/omlcs
    or contact the author at:
      opal@lysator.liu.se


INSTALLATION
------------

From tar archieve.
------------------

* Download the omlcs-version.tar.gz archieve.

* Unpack the archieve, using:

    tar xfz omlcs-version.tar.gz

* Use the program found in the package.
  Type 'omlcs --help' for help on how to use it.



From rpm package.
-----------------

* Download the omlcs-version*.rpm package.
  You will find it at http://www.opal.dhs.org/programs/omlcs

* Install the package (must have root privileges), using:

    rpm -ivh omlcs-version*.rpm

	or upgrade using:

    rpm -Uvh omlcs-version*.rpm



From deb package.
-----------------

* Download the omlcs-version*.deb package.
  You will find it at http://www.opal.dhs.org/programs/omlcs

* Install the package (must have root privileges), using:

    dpkg -i omlcs-version*.deb


