We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29a713 commit 45a9041Copy full SHA for 45a9041
docs/docs/building.md
@@ -26,6 +26,16 @@ make
26
This will build the `qjs` and `qjsc` executables and other test tools. Head over [here](./cli) for
27
instructions on how to use them.
28
29
+## Amalgamated builds
30
+
31
+The amalgamated build rolls individual source files into a single big file.
32
+It's a good choice for projects that want to use QuickJS without CMake.
33
34
+Download quickjs-amalgam.zip from https://github.com/quickjs-ng/quickjs/releases
35
36
+To enable the std, os and bjson modules, compile quickjs-amalgam.c with
37
+`-DQJS_BUILD_LIBC`.
38
39
## Debug builds
40
41
```bash
0 commit comments