Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcore - BTX - SEGWIT - BLOOM - ONLINE - CORE 0.14.1 525923+ BTX Claimed
by
AndreasKrueger
on 19/10/2017, 22:39:50 UTC

Linux? --> ... ?

...

Compiling it myself now, this seems to be a way on Debian stretch:

Code:
cd BitCore-master

sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost-all-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler

sudo apt install libdb5.3++ libdb5.3++-dev libevent-dev

./autogen.sh
./configure --with-incompatible-bdb

make
sudo make install

bitcore-qt --version
bitcore-qt --help
bitcore-qt

took > 30 minutes.

It is working. Yeah!