- Blockchain By Example
- Bellaj Badr Richard Horrocks Xun (Brian) Wu
- 57字
- 2021-06-10 18:53:40
Bitcoin-qt - Qt5 GUI for Bitcoin
If you are interested in running the graphic interface GUI toolkit, all you need to do is install the following QT5 dependencies:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler qt5-default
Your build system is ready now. With all the packages installed, we can start building the Bitcoin source code.