---------------
Installing OSKI
---------------

Please see the User's Guide available on the OSKI home page
for more information on how to install OSKI:

    http://bebop.cs.berkeley.edu/oski

If you are familiar with the OSKI installation process already,
here is a quick-reference guide:

  [1] $   gunzip -c oski-1.0.1h.tar.gz | tar xvf -

  [2] $   mkdir build-1.0.1h.

  [3] $   cd build-1.0.1h

  [4] $   ../oski-1.0.1h/configure --prefix=${OSKIDIR}

  [5] $   make

  [6] $   make benchmarks

  [7] $   make install

# eof
