These instructions are valid for most UNIX-like operating systems, including BSD and Linux variants.
The following prerequisites are required:
- A bourne shell (/bin/sh) that is capable of running the supplied configure script.
- The GNU C++ compiler or another supported C++ compiler.
- The make program.
- The Poco C++ libraries, version 1.3.2 or higher.
- Download the ES40 Emulator sources.
- Extract the source tree to a clean directory.
- Run the configure script, and answer the questions asked.
- Run make.
- Run make install
$ ./configure
$ make
$ make install
These instructions are for building the ES40 Emulator on OpenVMS Alpha and OpenVMS Itanium.
The following prerequisites are required:
- The DEC C++ compiler (CXX).
- GNV version 2.1 (get this from the HP site, the Sourceforge site is no longer kept up-to-date.
- Download the ES40 Emulator sources.
- Extract the source tree to a clean directory.
- Run the make_vms script, and answer the questions asked.
These instructions are for building the ES40 Emulator on Microsoft Windows.
The following prerequisites are required:
- Microsoft Visual C++ 2005 or higher.
- The Poco C++ libraries, version 1.3.2 or higher.
- Download the ES40 Emulator sources.
- Extract the source tree to a clean directory.
- Go to the directory src/build_win* that matches your Visual C++ version, and processor-word-size (32 or 64 bit) of your Windows version, and open the project file found there.
- Build the configurations you need.