Installation and Run
Latest stable release: https://github.com/IWL-Tech/Evaluate/releases
Installation
If it exists, download the binary for your system. If not, then build from source:
Build from source
Install GNU Make. Make sure to add to PATH or envrionment variables.
Install Node.js and npm. Make sure to select npm when given the option by the node installer. Make sure to add to PATH or environment variables.
Install the latest release of NASM (the Netwide Assembler) for your OS. Make sure to add to PATH or environment variables.
Run
make installin 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