I use linux mint 18 cinnamon 64bit.
I will try another distro
Go with ubuntu and you will be able to compile with our instructions!
I spend much time, with this problem..
I tested this all distros:
- Linux Mint 18 Cinnamon 64bit
- Linux Mint Debian Edition 64bit
- Debian 8.5.0 Cinnamon 64bit
- Trisquel 7.0 64bit
- Ubuntu 14.04 64bit
And on all the normal build way doesnt work
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev
sudo apt-get install libgmp3-dev
cd src/
make -f makefile.unix
Only in ubuntu with this way I could build the navcoind
in fact, try this. It works for me every time when i have to reinstall my VM. Starting from the root directory you checked out the project to eg. ~/navcoin2/
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev libzmq3-dev libgmp3-dev libminiupnpc-dev
rm -r src/obj
mkdir src/obj
mkdir src/obj/crypto
mkdir src/obj/support
sudo chmod 755 src/leveldb/build_detect_platform
rm -r src/secp256k1/
cd src
wget www.navajocoin.org/files/secp.zip
unzip secp.zip
cd secp256k1
sudo chmod 777 *
./autogen.sh
./configure --enable-module-recovery
make
cd ..
make -f makefile.unix clean
make -f makefile.unix USE_UPNP=1
If this works for you, I will update the linux build instructions.
To build the navcoin-qt, I must install the Qt Creator and it was showing me some issues..
NAV starts now in ubuntu but I am not sure that I make everything right.
It is really difficult to build the client for linux
Edit:
After long try and error I was able to build the navcoin-qt for
- Linux Mint 18 Cinnamon 64bit
- Linux Mint Debian Edition 64bit
But Qt Creator shows me over 30 issues by the build process.
But navcoin-qt seems to work.
Just navcoind was for me not possible to build on a other system then ubuntu.