GLOBE Linux wallet build commands:Matrix put together a series of commands to assist you in compiling a Linux GLOBE wallet.
This is to further assist the community to run GLOBE wallets to support the chain till the new wallet is released in a few months.
I'm running a GLOBE wallet on Linux Mint and have over twice the amount of connections than my Windows wallet.
For some reason my windows machine seems to limit the number of wallet connections.
sudo apt-get install -y git build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev miniupnpc libminiupnpc-dev 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 libminiupnpc-dev qtscript5-dev qtscript-tools libqt5webkit5 libqt5webkit5-dev libqt5webkit5-qmlwebkitplugin
git clone
https://github.com/mammix2/global-master/ globe
cd globe/src
chmod 755 leveldb/build_detect_platform
cd leveldb/
make libleveldb.a libmemenv.a
cd ../..
qmake
make
MikeMike