# 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.1.1 2000/10/29 16:44:24 himi 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
