Installation and Run

Latest stable release: https://github.com/IWL-Tech/Evaluate/releasesarrow-up-right

Installation

If it exists, download the binary for your system. If not, then build from source:

Build from source

  1. Install GNU Makearrow-up-right. Make sure to add to PATH or envrionment variables.

  2. Install Node.js and npmarrow-up-right. Make sure to select npm when given the option by the node installer. Make sure to add to PATH or environment variables.

  3. Install the latest release of NASM (the Netwide Assembler)arrow-up-right for your OS. Make sure to add to PATH or environment variables.

  4. Run make install in the source code directory to install required libraries.

Windows

Run make win, the output will be a .exe file

Unix (macos/linux)

Run make unix, the output will be an executable

MacOS app

Run make macosapp, the output will be a .app file

Run

Template: evaluate <input> [args]

Valid arguments:

Last updated