A build version of jerryscript based on cygwin that can run perfectly on Windows.
-
gcc / g++
-
gcc make
-
Clone this repo
git clone https://github.com/LighteningZero/jerryscript-for-windows.git
-
Run cd
cd jerryscript-for-windows
-
Run make
make
-
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