Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build documentation for dependencies and test flag #1022

Merged
merged 1 commit into from
May 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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