diff --git a/README.md b/README.md index c97528496a..8d9501d1b4 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,11 @@ make -j$(nproc) -C depends NO_QT=1 NO_NATPMP=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1 export CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site NOWARN_CXXFLAGS='-Wno-deprecated -Wno-unused-result' ``` -### Actually configure -Simple configuration: +### Configure ```bash ./configure --enable-any-asset-fees --enable-debug --disable-bench --disable-tests --disable-fuzz-binary ``` -I (@fare) have been configuring my test systems this way, enabling tests and extra functional tests: -```bash -./configure --enable-any-asset-fees --enable-debug --disable-bench --disable-fuzz-binary --enable-extended-functional-tests=yes -``` - Note that the `--enable-any-asset-fees` flag is an addition by Sequentia, that will configure RPC documentation to denominate fee rates using RFU and rfa instead of BTC and sat.