quickjs-done-nextgen/docs/docs/installation.md
2024-09-25 22:21:45 +02:00

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