@@ -62,22 +62,22 @@ Options:
6262
6363 -h | --help display a short help message and exit
6464 -u | --user USER set the username to run as (defaults to $COUCHDB_USER )
65+ --dev alias for --disable-docs --disable-fauxton --disable-spidermonkey
6566 --disable-fauxton do not build Fauxton
6667 --disable-docs do not build any documentation or manpages
68+ --disable-spidermonkey disable spidermonkey, don't try to build it
69+ --spidermonkey-version VSN specify the version of SpiderMonkey to use (defaults to $SM_VSN )
70+ --js-engine=ENGINE use js engine: spidermonkey or quickjs, defaults to spidermonkey
6771 --with-nouveau build the new experimental search module
6872 --with-clouseau build the Clouseau search module
6973 --erlang-md5 use erlang for md5 hash operations
70- --dev alias for --disable-docs --disable-fauxton
71- --spidermonkey-version VSN specify the version of SpiderMonkey to use (defaults to $SM_VSN )
7274 --clouseau-method MTH specify the method for Clouseau to deploy: git or dist (defaults to $CLOUSEAU_MTH )
7375 --clouseau-uri URI specify the location for retrieving Clouseau (defaults $( printf " $CLOUSEAU_URI " " $CLOUSEAU_VSN " " $CLOUSEAU_VSN " ) )
7476 --clouseau-version VSN specify the version (tag/branch for git) of Clouseau to use (defaults to $CLOUSEAU_VSN )
7577 --skip-deps do not update erlang dependencies
7678 --rebar=PATH use rebar by specified path (version >=2.6.0 && <3.0 required)
7779 --rebar3=PATH use rebar3 by specified path
7880 --erlfmt=PATH use erlfmt by specified path
79- --js-engine=ENGINE use js engine: spidermonkey or quickjs, defaults to spidermonkey
80- --disable-spidermonkey disable spidermonkey, don't try to build it
8181EOF
8282}
8383
0 commit comments