diff --git a/doc/build-unix.md b/doc/build-unix.md index 9c46df2a9cb..9696063cd1d 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -9,6 +9,10 @@ To Build ```bash cmake -B build +``` +Run `cmake -B build -LH` to see the full list of available options. + +```bash cmake --build build # Append "-j N" for N parallel jobs cmake --install build # Optional ``` @@ -171,13 +175,6 @@ In this case there is no dependency on SQLite or Berkeley DB. Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call. -Additional Configure Flags --------------------------- -A list of additional configure flags can be displayed with: - - cmake -B build -LH - - Setup and Build Example: Arch Linux ----------------------------------- This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux: