Changeset View
Changeset View
Standalone View
Standalone View
depends/README.md
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| - `CXX_STANDARD`: Set the C++ standard version used. Defaults to `c++20`. | - `CXX_STANDARD`: Set the C++ standard version used. Defaults to `c++20`. | ||||
| - `NO_QT`: Don't download/build/cache Qt and its dependencies | - `NO_QT`: Don't download/build/cache Qt and its dependencies | ||||
| - `NO_QR`: Don't download/build/cache packages needed for enabling qrencode | - `NO_QR`: Don't download/build/cache packages needed for enabling qrencode | ||||
| - `NO_ZMQ`: Don't download/build/cache packages needed for enabling ZeroMQ | - `NO_ZMQ`: Don't download/build/cache packages needed for enabling ZeroMQ | ||||
| - `NO_WALLET`: Don't download/build/cache libs needed to enable the wallet | - `NO_WALLET`: Don't download/build/cache libs needed to enable the wallet | ||||
| - `NO_BDB`: Don't download/build/cache BerkeleyDB | - `NO_BDB`: Don't download/build/cache BerkeleyDB | ||||
| - `NO_SQLITE`: Don't download/build/cache SQLite | - `NO_SQLITE`: Don't download/build/cache SQLite | ||||
| - `NO_UPNP`: Don't download/build/cache packages needed for enabling UPnP | - `NO_UPNP`: Don't download/build/cache packages needed for enabling UPnP | ||||
| - `NO_NATPMP`: Don't download/build/cache packages needed for enabling NAT-PMP | |||||
| - `NO_JEMALLOC`: Don't download/build/cache jemalloc | - `NO_JEMALLOC`: Don't download/build/cache jemalloc | ||||
| - `BUILD_CPYTHON`: Download/build/cache cpython | - `BUILD_CPYTHON`: Download/build/cache cpython | ||||
| - `DEBUG`: Disable some optimizations and enable more runtime checking | - `DEBUG`: Disable some optimizations and enable more runtime checking | ||||
| - `NO_PROTOBUF`: Don't download/build/cache protobuf (used for BIP70 support) | - `NO_PROTOBUF`: Don't download/build/cache protobuf (used for BIP70 support) | ||||
| - `NO_OPENSSL`: Don't download/build/cache OpenSSL (used for BIP70 support) | - `NO_OPENSSL`: Don't download/build/cache OpenSSL (used for BIP70 support) | ||||
| - `HOST_ID_SALT`: Optional salt to use when generating host package ids | - `HOST_ID_SALT`: Optional salt to use when generating host package ids | ||||
| - `BUILD_ID_SALT`: Optional salt to use when generating build package ids | - `BUILD_ID_SALT`: Optional salt to use when generating build package ids | ||||
| - `JOBS`: Number of jobs to use for each package build | - `JOBS`: Number of jobs to use for each package build | ||||
| Show All 23 Lines | |||||