ftk / quickjspp

QuickJS C++ wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions for Build

medemi68 opened this issue · comments

Hi,

Is there anyway you could provide instructions to build this? Including flags.

I also found the documentation for QuickJS itself quite lacking.

Miguel

Nevermind:

In case anyone else is having trouble. You need to have CMake installed on your system (At least version 3.14), clone the repository, and then do the following:

$ cmake .
$ make