This directory contains the Odin software build system.
Users upgrading from older Odin versions should consult the file "etc/CHANGES".

System dependent information is specified in pkg/config.
- boot.sh customizes the INSTALL process
- config.h customizes the source for odin
- config.dg customizes the default packages
To automatically customize the Odin installation for your system,
execute "./configure" in the pkg/config directory.
To manually customize the Odin installation for your system,
edit the boot.sh, config.h, and config.dg files.

To install Odin, execute "INSTALL install_dir" in this directory,
which will copy the Odin command script to the file "install_dir/bin/odin",
copy the Odin man page to the file "install_dir/man/man1/odin.1", and
install the default packages into the directory "install_dir/lib/Odin".
If the "install_dir" argument is omitted, it defaults to "$HOME".

None of the installed files or directories should be modified,
except for the file "install_dir/lib/Odin/ODINPATH".
This file can contain a colon separated list of tool package libraries
that will be appended to every Odin user's $ODINPATH environment variable.

Odin is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation;
either version 1, or (at your option) any later version (see the file COPYING).

Odin is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

Geoffrey M. Clemm
geoff@cs.colorado.edu
