doc: Updating docs from autotools to cmake

replaced --enable-debug with -DCMAKE_BUILD_TYPE=Debug in developer-notes
replaced --enable-multiprocess with -DWITH_MULTIPROCESS=ON
replaced --disable-zmq with -DWITH_ZMQ=OFF
This commit is contained in:
kevkevinpal
2024-09-11 19:58:55 -04:00
parent 0c4ff18ee9
commit a9964c0444
13 changed files with 36 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test framework for bitcoin utils.
Runs automatically during `make check`.
Runs automatically during `ctest --test-dir build/`.
Can also be run manually."""