Ejscript Samples
This document contains a description of the build process to build the Ejscript samples or to rebuild Ejscript from source. For the product release notes and a detailed description of the installation procedure, please consult the Release Notes supplied with this release.
Overview
The Ejscript source distribution contains all the necessary source files, headers and tools to build the samples. These samples are installed by default at <InstallDir>/samples and at /usr/share/Ejscript-VERSION for Unix like systems.
Each sample is a stand-alone directory that may be relocated or copied to any directory. For Unix a
pre-supplied Makefile will be used to build the sample. For Windows, a Visual Studio project is supplied.
Ejscript Configurations
The samples can only use features that have been built into the installed version of Ejscript. If you have recompiled Ejscript from source and have tailored the selected features, some of the samples may not run.
Building
Building on Windows
Building on Linux
You can build the samples by typing: make. You can clean the directory by typing make clean.