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

qtum-qt and qtumd large size #962

Open
vuicash opened this issue Jan 11, 2022 · 0 comments
Open

qtum-qt and qtumd large size #962

vuicash opened this issue Jan 11, 2022 · 0 comments

Comments

@vuicash
Copy link

vuicash commented Jan 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant