How to build and compile this wallet on VPS?
# 1. Install dependencies
sudo apt-get -y update && sudo apt-get -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool
# 2. Clone repo
# 3. Build Forced
cd force/src
sudo make -f makefile.unix