LighteningZero / jerryscript-for-windows

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

Home Page:https://github.com/jerryscript-project/jerryscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/jerryscript-project/jerryscript

License:Other


Languages

Language:Makefile 91.6%Language:CMake 5.9%Language:C 2.5%