=============================================================================
  @(#) $Name: arts++-0-9-a11 $
  @(#) $Id: INSTALL,v 1.8 1998/10/01 17:00:08 dwm Exp $
=============================================================================

Quick Installation
==================
  ./configure
  make
  make install

  The default installation directory is /usr/local/arts/ (this may
  be changed by using --prefix with configure).

Tested Platforms
================
  This package has been compiled and used at CAIDA on the platforms
  listed below.  This does not in any way indicate the portability of 
  this software nor the stability.  It merely indicates what operating
  systems on which this pacakge is relatively easy for CAIDA to support.
  Note I tend to always use GNU g++ for this package, as CAIDA does not
  own commercial C++ compiler licenses.  If you're using another 
  compiler, my odds of being able to help you with problems are slim 
  to none.

  Operating System	Compiler	Date
  ----------------	---------------	------------
  FreeBSD 2.2.5		g++ 2.8.1	Oct  1, 1998
  FreeBSD 2.2.6		g++ 2.8.1	Oct  1, 1998
  FreeBSD 2.2.7		g++ 2.7.2.1	Oct  1, 1998
  FreeBSD 2.2.7		g++ 2.8.1	Oct  1, 1998
  Linux 2.0.35		g++ 2.7.2.3	Oct  1, 1998
  Solaris 2.5.1		g++ 2.7.2.3	Oct  1, 1998
  Solaris 2.6		g++ 2.8.1	Oct  1, 1998

  There's no reason to believe that this software will not work on other
  UNIX platforms with g++ 2.7.2.3 or greater.

Compiler Optimization
=====================
  I've had no problems using 'make "CXX=g++ -O2"' on the platforms listed
  above, but caveat emptor.  If you have problems compiling with -O2
  optimization and g++ 2.7.2.3 or greater, please let me know.

=============================================================================
Daniel McRobb (dwm@caida.org)
CAIDA
=============================================================================
