Skip to content

contrib: fix BUILDDIR in gen-bitcoin-conf script and gen-manpages.py

The gen-bitcoin-conf.sh and gen-manpages.py scripts assume a top level src/ build dir, but in-tree builds are no longer allowed, nor recommended in the build steps. If a user builds bitcoind as recommended, these scripts fail. To fix it, we update the BUILDDIR env var and update the README accordingly. Follows up on initial work and discussion in #31332 .

Merge request reports

Loading