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 VoRDE 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.

VoRDE has been developed with portability in mind. VoRDE 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 vpp.shr and % 'sharsh.exe'% to the empty directory.
  4. Invoke "sharsh vpp.shr".
  5. Copy vc.shr and % 'sharsh.exe'% to the empty directory.
  6. Invoke "sharsh vc.shr".
  7. Invoke "build".

When build terminates, vc.exe and vpp.exe are produced.

XENIX Environment

Follow these steps:

  1. Create an empty directory.
  2. Go to that directory.
  3. Copy vpp.shr to the empty directory.
  4. Invoke "sh vpp.shr".
  5. Copy vc.shr to the empty directory.
  6. Invoke "sh vc.shr".
  7. Invoke "make".

When make terminates, vc/vc.exe and vpp//vpp.exe are produced.


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