If you need slimcoin-qt instructions please let me know I'll need some time to gather the instructions together.
yes please
See the section
Slimcoin-qt: Qt5 GUI for Slimcoin Build instructions, in the file
"readme-qt.rst" in the Slimcoin repos doc directory.
In summary: (for Ubuntu Bionic):
sudo apt-get install git build-essential qttools5-dev-tools qt5-default libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb5.3++-dev libminiupnpc-dev qrencode
git clone
https://github.com/slimcoin-project/Slimcoin.gitcd Slimcoin
git checkout master
qmake
make
I've just confirmed (for myself) that the above (verbatim, copy'n'pasta) results in a successful compilation on Ubuntu 18.04.
Cheers
Graham