Unable to build on gentoo/quickjs #5267
Answered
by
nickva
damobrisbane
asked this question in
General
-
hi, 101 question, cant "build" on gentoo. Have installed quickjs, can see a library in there. Any help to actually compile? ie:
thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
nickva
Sep 30, 2024
Replies: 1 comment 1 reply
-
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:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
big-r81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: