Starbase Data Tables - An Ascii Relational Database for UNIX
DESCRIPTION
This distribution is made up of five independent parts. Each was developed by a different author and comes with its own licensing arangements. The distribution contains a set of command line filter programs and a library of subroutines to read/write and operate on data tables.
Documentation is provided at:
http://www-cfa.harvard.edu/~john/starbase/starabase.html
A top level configure script is provided. It should suffice to run it and then run make. Each of the lower level directories will be configured and compiled from here.
> configure > make > make install prefix=xxxx
A configure script is provided.
The source code should compile on any reasonable unix system. The only real system dependent parts are in file system directory access (in utillib). Macros from autoconf are used to do this.
A configure script is provided.
A configure script is provided.
This product includes software developed by the University of California, Berkeley and its contributors.
This code was written by P.T Wallace at the Star Link Project in Great Britian. There may be binaries of the slalink module available from time to time at the starbase website. To compile slalink you must obtain a source code copy of slalib from the author.
To include slalib in the installation of starbase you must separately compile the library in its own directory and then set the environemnt variable SLALIB to point at the directory containing libsla.a.