Ravencoin Wallet for Ubuntu 16.04
1. Update your apt cache:
ubuntu@confignotes:~$ sudo apt-get update
2. Install the raven dependencies:
ubuntu@confignotes:~$ sudo apt-get -y install libevent-dev libboost-all-dev libminiupnpc10 libzmq5 software-properties-common
3. You need version 4 of the BerkeleyDB, the easiest way is to use the bitcoin apt packages, add the bitcoin repository:
ubuntu@confignotes:~$ sudo add-apt-repository ppa:bitcoin/bitcoin
4. Update your apt cache to recognize the new bitcoin repository:
ubuntu@confignotes:~$ sudo apt-get update
5. Install the BerkeleyDB4 dependency:
ubuntu@confignotes:~$ sudo apt-get -y install libdb4.8-dev libdb4.8++-dev
6. Additional library to run the GUI raven-qt binary:
ubuntu@confignotes:~$ sudo apt install libqrencode3 libprotobuf*
7. Execute raven-qt wallet:
ubuntu@confignotes@server:~$ ./raven-qt