Could somebody who has built Syscoin from source in Ubuntu 16.04 please list the steps they used here.
Following the documentation on github produces errors at this step:
sudo apt-get install libdb4.8-dev libdb4.8++-dev
Hey I'm guessing you used this
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:syscoin/syscoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
please try this instead
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev