mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
667 B
667 B
sidebar_position |
---|
3 |
Installation
Installing QuickJS is simple, and we provide several ways to do so.
Build from source
If you built it from source as outlined in building you can just run:
make install
and it will be installed in your system. The default installation path is /usr/local
.
Using a prebuilt binary
Each release on GitHub includes binaries for several systems and architectures.
Using jsvu
As of version 2.2.0 of jsvu
, QuickJS-ng will be installed when the quickjs
engine is requested.
npm install jsvu -g