I'm running linux mint latest release.
I ran ./autogen.sh then ./configure --enable-debug
and i got the following error message saying:
configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)
...I tried to ran qmake or make, with no effect.
Can someone help me build the linux client ?
I learned they have a mac client with a "mine now" button embedded and i was in hope to mine into my linux with the linux client.
Best regards
Try installing these dependencies, there the one litecoin requires, so they should work here too.
sudo apt-get update
sudo apt-get install libssl-dev build-essential libboost-all-dev libcurl4-openssl-dev git qt-sdk libminiupnpc-dev libdb++-dev
Hope that helps
it didn't work much better :-(
I was interested in this feature and was wondering if it could have been embedded into other crypto currencies clients.
Thanks for your help anayway. I will wait for the devs to distribute a working linux client. At least it will tell us if they are listening to the community. I really can't understand why they don't give a ready-to-work linux client. :-(
Did you take a look at this? https://github.com/FRN-Crypto/FRN/blob/master/doc/build-unix.md
Maybe give that a shot