Menu

Tree [d37950] master /
 History

HTTPS access


File Date Author Commit
 doc 2018-06-06 William M Waite William M Waite [77f604] Update the download location
 etc 2013-11-19 William M. Waite William M. Waite [2d094e] Release Version 1.17.11
 pkg 2023-05-24 William M Waite William M Waite [adcd53] Correct prototypes for procedures with no param...
 .gitignore 2023-04-29 William M Waite William M Waite [8ac1fd] Align the distribution with current tools
 CLEAN 2009-12-08 William M. Waite William M. Waite [a5f152] Remove a spurious file deletion command
 COPYING 2006-06-14 Geoffrey Clemm Geoffrey Clemm [f7e722] Import Version 1.17.4 into SourceForge
 INSTALL 2009-12-11 William M. Waite William M. Waite [06d409] Do not install configuration input files
 README 2009-12-08 William M. Waite William M. Waite [aa6b2b] Improve the README file
 README.dist 2023-05-24 William M Waite William M Waite [d37950] Generate a new configure script
 config.guess 2023-04-29 William M Waite William M Waite [8ac1fd] Align the distribution with current tools
 config.sub 2023-04-29 William M Waite William M Waite [8ac1fd] Align the distribution with current tools
 configure 2023-05-24 William M Waite William M Waite [d37950] Generate a new configure script
 configure.ac 2023-05-24 William M Waite William M Waite [d37950] Generate a new configure script
 symlinks 2023-05-24 William M Waite William M Waite [d37950] Generate a new configure script

Read Me

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

For most machines and configurations, the following sequence of two
commands will build an executable version (both commands should be given
in the directory containing this README file):

        ./configure 
	./INSTALL install_dir

"install_dir", if it is present, must be an absolute path name to
an existing directory.	If the "install_dir" argument is omitted, it
defaults to "$HOME".

The INSTALL command 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".

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.

The following command deletes derived files produced during INSTALL of the
Odin system; it does not disturb files created by the configure step:

	./CLEAN

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.

Mail comments and questions to:

	odin-build-users@lists.sourceforge.net