Scilib-GEO (version 0.5 beta)
========================

A collection of functions to assist in issues of the classical, 
astronomical and physikal Geodaesie.

Version 0.5 is not compatible to version 0.1.

Information about Scilib-GEO can be found at
http://scilib-geo.area7.de

The program has been written by
area7 / Christof Schulze

Installation
============
To Install this toolbox: (min. Scilab-5.0)

We Suppose here that <PATH> stands for the path of the directory
containing this README file.

- On Unix/Linux systems
     * User
        Should execute the following instruction within Scilab:
        exec <PATH>/loader.sce
        before using the toolbox, he  can also put it  in his
        .scilab startup file for automatic loading.

- On Windows systems
     * user
        Should execute the following instruction within Scilab:
        exec <PATH>\loader.sce
        before using the toolbox, he  can also put it in his
        .scilab startup file for automatic loading.


Contents
========
README                  : this file
loader.sce              : script to launche the sub-loaders

etc			: directory containing start and stop scripts,
			  also used for configuration
			  
macros                  : directory of Scilab functions
    buildallmacros.sce  : script for building library
        *.sci           : source versions
	*.bin		: precompiled binary versions (generated)
	lib             : scilab library binary save (generated)

help                    : directory of help source files
    builder_help.sce    : translates the source files (.xml) to the javahelp format
	*.xml               : xml help file

jar			: directory with javahelp files
    scilab_en_US_help.jar
    scilab_de_DE_help.jar
    
demos                   : examples to illustrate Scilib-GEO

tests        		: directory of unit tests
    *.sci               : script to test some functions