Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 322 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 322 Bytes

Jerryscript-optimizer

Requirements

  • clang-format >= 10.0.0
  • cmake >= 3.5.0
  • gcc
  • g++

Install dependencies:

apt-get install -y \
  clang-format-10 \
  cmake \
  gcc \
  g++

How to build

Command:

cmake -Bbuild -H. -DCMAKE_BUILD_TYPE="Debug"
make -Cbuild -j