next up previous contents
Next: Installing the Documentation Up: Shore Software Installation Manual Previous: Introduction

 

Requirements

To install and run the Shore documentation and binary releases, you will need:

If you also wish to build Shore from the sources, you will need:

The GNU software is available via ftp from ftp://prep.ai.mit.edu/pub/gnu or ftp://gatekeeper.dec.com/pub/GNU.

If you are unfamiliar with Tcl, it stands for ``tool command language''. It was developed by Dr. John Ousterhout at UC-Berkeley for providing interfaces for tools, although it can be used for more than that. In Shore, it is used for test programs for the Shore Storage Manager and the Shore Value-Added Server. You must have Tcl to build Shore, however this might change with later releases. Tcl is available via ftp from ftp://ftp.cs.berkeley.edu/ucb/tcl. A FAQ is also available.

For all the following installation steps, we use two variables, so that you can "cut and paste" the instructions below.

    set TARDIR=directory-that-holds-tar-files
    set SHROOT=directory-in-which-to-install-shore
(If you use the Bourne shell (/bin/sh) or one of the shells derived from it, such as ksh, omit the word "set".)

Whatever shell you use, make a directory in which to install Shore. (If you plan to install both a debugging binary release and a no-debugging binary release, you will need separate directories for the two releases.)

    mkdir $SHROOT



next up previous contents
Next: Installing the Documentation Up: Shore Software Installation Manual Previous: Introduction



Marvin Solomon
Tue Jul 1 15:30:39 CDT 1997