Post
Topic
Board Announcements (Altcoins)
Re: ⚒ Syscoin - 2.1.3 w/Segwit Released! Decentralized Business Blockchain Platform!
by
will_k
on 11/04/2017, 09:12:43 UTC
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