Hello,
I have difficulties to install the wallet under linux. Im using Mint18 based on Ubuntu 16.04 and followed the instruction in the readme file. What I did was the following:
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 libminiupnpc-dev libqt5webkit5-dev
(to install the required packages)
then I opened the terminal in the directory of "spectre-1.2.0.0" and typed in:
make
and get this error/result:
cd /home/mylinux/XSPEC/spectre-1.2.0.0/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: cd: can't cd to /home/thomas/Wallets/_Problem
Makefile:950: recipe for target '/home/mylinux/XSPEC/spectre-1.2.0.0/src/leveldb/libleveldb.a' failed
make: *** [/home/mylinux/XSPEC/spectre-1.2.0.0/src/leveldb/libleveldb.a] Error 2
Anyone knows how to fix it or can provide more installation instructions? Thank you.