[Question] Compiling only bitcoind, not others. #17622

issue hyunsooda opened this issue on November 27, 2019
  1. hyunsooda commented at 4:51 PM on November 27, 2019: none

    [Question]

    Hi :) I'm working on bitcoind to write something to test locally.

    When I type make In the working directory(top directory), the compile process(code) which is written in Makefile is very long time because others are compiled with.

    So this is time-consuming in my current work. I'd like to compile only bitcoind !.

    Can I get some guide? Thanks.

  2. fanquake commented at 4:53 PM on November 27, 2019: member
    make src/bitcoind
    
  3. emilengler commented at 4:54 PM on November 27, 2019: contributor

    You could also disable not needed components with the build system. For example you can disable bitcoin-bench, bitcoin-qt and bitcoin-tx with

    ./configure --disable-gui --disable-tx --disable-bench
    
  4. fanquake closed this on Nov 27, 2019

  5. fanquake added the label Questions and Help on Nov 27, 2019
  6. hyunsooda commented at 5:00 PM on November 27, 2019: none

    @fanquake, @emilengler Thanks! have a nice day :)

  7. MarcoFalke locked this on Dec 16, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-26 06:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me