next up previous contents
Next: Installation Procedure Up: Old Unsupported Environment Previous: Delivery Diskettes   Contents

Subsections

Generation Procedure

This section describes the procedure for the generation of PCSTB-1 from the C source. This Generation procedure supports two environments.

  1. MSC 4.0 in MS-DOS environments.
  2. DOS cross development environment under SCO XENIX.

PCSTB-1 has been developed with portability in mind. PCSTB-1 may easily be ported to any environment that has a C compiler that conforms to the proposed ANSI X3J11 specification.

MS-DOS Environment

Make sure that your MSC compiler is properly installed. Make sure that the compiler may be invoked through "msc " command. Follow these steps:

  1. Create an empty directory on your hard disk.
  2. Go to that directory.
  3. Copy pcstb1.tar and % 'tar.exe'% to the empty directory.
  4. Invoke "tar xvf pcstb1.tar".
  5. Invoke "build".

When build terminates, pcstb1/bs pcstb1.exe and eng2ipa/bs eng2ipa.exe are produced.

XENIX Environment

Follow these steps:
  1. Create an empty directory.
  2. Go to that directory.
  3. Copy pcstb1.tar to the empty directory.
  4. Invoke "tar xvf pcstb1.tar".
  5. Invoke "make".

When make terminates, pcstb1/pcstb1 and eng2ipa/eng2ipa are produced.


next up previous contents
Next: Installation Procedure Up: Old Unsupported Environment Previous: Delivery Diskettes   Contents