November 2018
Intermediate to advanced
528 pages
13h 21m
English
Ta-da! The moment we have been waiting for has finally arrived.
As we have done at the beginning of this chapter to build Bitcoin, we will reproduce the same steps. Thus, let's run the following commands:
./autogen.sh./configure --with-gui=qt5 --enable-debug --disable-testsmake && sudo make install
Successful compilation and installation should output as follows:

The expected end result would be to build the executable programs readercoind and readercoin-qt. You can check this by running the following:
ls ./src/readercoind ./src/qt/readercoin-qt
Awesome! Start your client using readercoin-qt.
A graphical interface will ...
Read now
Unlock full access