For most it is obvious that you need to remove the comments or add the # in front but without it, I get this error:
dev@linuxdev-vm:~$ sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
bash: syntax error near unexpected token `('
For most it is obvious that you need to remove the comments or add the # in front but without it, I get this error:
dev@linuxdev-vm:~$ sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
bash: syntax error near unexpected token `('
97 | @@ -98,11 +98,11 @@ See the section "Disable-wallet mode" to build Bitcoin Core without wallet. 98 | 99 | Optional: 100 | 101 | - sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default) 102 | + sudo apt-get install libminiupnpc-dev # (see --with-miniupnpc and --enable-upnp-default)
Alternatively this (...) could go after Optional in the previous line. The less to copy/paste the better I'd say, and comments don't really make that much sense here. (same below)
Okay, I will move the comments above the code.
ACK 69bc8e79676a0bde3e1b28da8cdd832842ff18bc
@laanwj, I moved the comments above as requested and squashed my commit.
utACK 69bc8e7