Skip to content

Commit

Permalink
Update build documentation for dependencies and test flag (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert authored May 3, 2021
1 parent c8f28bf commit 0e3061b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Dependencies
sudo apt-get install libminiupnpc-dev libzmq3-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

Alternatively, you can use a [depends/README.md](depends build) to handle dependencies.

Build
----------------------
1. Clone the source:
Expand All @@ -117,8 +119,11 @@ Build
./configure
make

Note that the use of a [depends/README.md](depends build) necessitates passing the `--prefix` option to `./configure`.

3. It is recommended to build and run the unit tests:

./configure --enable-tests
make check


Expand Down

0 comments on commit 0e3061b

Please sign in to comment.