Skip to content

LighteningZero/jerryscript-for-windows

Repository files navigation

Jerryscript for windows

A build version of jerryscript based on cygwin that can run perfectly on Windows.

Installation

Dependency

  1. gcc / g++

  2. gcc make

Install Steps

  1. Clone this repo git clone https://github.com/LighteningZero/jerryscript-for-windows.git

  2. Run cd cd jerryscript-for-windows

  3. Run make make

  4. Run make install make install

Then jerryscript is installed in your compiler.

Full command:

git clone https://github.com/LighteningZero/jerryscript-for-windows.git
cd jerryscript-for-windows
make
make install