Next: Installation Procedure
Up: Old Unsupported Environment
Previous: Delivery Diskettes
  Contents
Subsections
This section describes the procedure for the generation of VoRDE from
the C source. This Generation procedure supports two environments.
- MSC 4.0 in MS-DOS environments.
- 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.
Make sure that your MSC compiler is properly installed. Make sure
that the compiler may be invoked through "msc " command. Follow these
steps:
- Create an empty directory on your hard disk.
- Go to that directory.
- Copy vpp.shr and %
'sharsh.exe'%
to the empty directory.
- Invoke "sharsh vpp.shr".
- Copy vc.shr and %
'sharsh.exe'%
to the empty directory.
- Invoke "sharsh vc.shr".
- Invoke "build".
When build terminates, vc.exe and vpp.exe are produced.
Follow these steps:
- Create an empty directory.
- Go to that directory.
- Copy vpp.shr to the empty directory.
- Invoke "sh vpp.shr".
- Copy vc.shr to the empty directory.
- Invoke "sh vc.shr".
- Invoke "make".
When make terminates, vc/vc.exe and vpp//vpp.exe are produced.
Next: Installation Procedure
Up: Old Unsupported Environment
Previous: Delivery Diskettes
  Contents