Skip to content
Discussion options

You must be logged in to vote

QuickJS is vendored in the CouchDB source code directly so that should compile if gcc + libc is present. However, by default we also try to compile against a version of spidermonkey since that's still the default. There is a mode however to build only with QuickJS.

To try it out can do:

./configure --dev --disable-spidermonkey
 make release

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@damobrisbane
Comment options

Answer selected by big-r81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants