Check out code. add bitcoin repo. update. install some prerequisite packages. qmake. make. That's all I had to do. Literally 6 steps to compile from source.
1) git clone
https://github.com/CloakCoin/CloakCoinRelaunch2) cd CloakCoinRelaunch
3) sudo apt-add-repository ppa:bitcoin/bitcoin
4) sudo apt-get update
5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8
6) qmake
7) make
./cloakcoin-qt
Wallet running and syncing.
its working for BC coin., for loot of coins.
1) sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \ build-essential libboost-dev libboost-system-dev \ libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \ libssl-dev libdb++-dev
2)sudo apt-get install git
3)git clone link
This will install all the necessary files needed to build the wallet and downloads the source of the wallet straight from
4)cd blackcoin
5)qmake "USE_UPNP=-"
6)make
This will build the wallet.
7)./blackcoin-qt
and Blackcoin work.
also RDD coin.
also loot of coins.
But not CLOAK
You're using different instructions! Those aren't the Cloak Instructions. For one, I notice you're installing qt5 - not 4. You're setting a UPNP flag, which isn't anywhere in the CLOAK documentation (not that the UPNP flag matters).
Essentially you've come here saying the Cloak wallet won't build, but you're not following the CLOAK instructions. You're just assuming all wallets are the same.
I gave you the exact instructions in my last comment. They are also here. Please use them.
https://github.com/CloakCoin/CloakCoinRelaunch/blob/master/doc/readme-qt.rst[/quote]
I tried without / "USE_UPNP=-" /
only
qmake
and
make
and same/
cd /home/m/nov/CloakCoinRelaunch; /bin/sh share/genbuild.sh /home/m/nov/CloakCoinRelaunch/build/build.h
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -I/usr/include/qt5 -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/qt/bitcoin.cpp:4:0:
src/qt/bitcoingui.h:4:23: fatal error: QMainWindow: No such file or directory
#include
^
compilation terminated.
make: *** [build/bitcoin.o] Error 1
and QT 5 is latest up to date. not old qt4 ?
all coins work , RDD coin work.
i need to downgrade to QT4 from QT 5 ?