You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a quick start script for compiling Qtum on Ubuntu
Hello
I'm doing flow your document
But in the qtum/src/qt
file qtum-qt very larger
It take 394MB
Build on Ubuntu 18
This is a quick start script for compiling Qtum on Ubuntu
Hello
I'm doing flow your document
But in the qtum/src/qt
file qtum-qt very larger
It take 394MB
and qtumd is 263MB
Is it true?
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils git cmake libboost-all-dev libgmp3-dev
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
If you want to build the Qt GUI:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler qrencode
git clone https://github.com/qtumproject/qtum --recursive
cd qtum
Note autogen will prompt to install some more dependencies if needed
./autogen.sh
./configure
make -j2
The text was updated successfully, but these errors were encountered: