# Copyright (c) 1999, by Sun Microsystems, Inc.
# Copyright (c) 1999, by Nihon Sun Microsystems K.K.
# All rights reserved.
#
# @(#)INSTALL 1.1     99/04/16 SMI
#
# $Id: INSTALL,v 1.1 1999/04/16 09:41:17 kasha Exp $
#

1. run the configure script.

     $ sh configure

   If you want to specify compiler explicitly, you can use CC
   environment variable.

     $ CC=cc sh configure

2. run make command.

   $ make
