#!/bin/more

Andrew L. Sandoval
sandoval@perigee.net
8/21/97

To make and install do the following: (you need to be root)

cd src
make all

This will build the RPC runtime libraries, libpthreads-ext.a, the idl
compiler, uuidgen, and rpcd.  The binaries will be stored in
/opt/dcelocal/bin, the libraries in /opt/dcelocal/lib, and the header files
in /opt/dcelocal/include.  It will also place message catalog files in
/opt/dcelocal/NLS/C/.

Before building add the following lines to your /etc/profile (or .profile,
or however you prefer):

export NLSPATH="$NLSPATH:/opt/dcelocal/NLS/%L/%N"
export LANG=C
export RPC_SUPPORTED_PROTSEQS="ncacn_ip_tcp"

That should be all that is required.  After building, cd to src/test/easy
and make the sample application.  Be SURE to read the README in that
directory.



