Linux? --> ... ?
...
Compiling it myself now, this seems to be a way on Debian stretch:
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!