Post
Topic
Board Announcements (Altcoins)
Re: [SXC][NSFW] Sexcoin - v0.10.4.0 Released!! Mandatory Upgrade!
by
Nerull
on 04/07/2017, 12:06:47 UTC
Hey lava, can you "un-noob" my sexcoinforum account? I just signed up and tried to post this but couldn't due to external link.

SUBJECT: Installing v0.10.4.0 on Ubuntu Xenial 16.04

Abbreviated instructions with no explanations for those that just want to get it going with minimal reading or decisions.

#install dependencies
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev git libboost-all-dev libminiupnpc-dev

#install db4.8 from a bitcoin PPA
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

#install GUI dependencies
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler

#clone the latest tagged stable release. Detached head warning is fine and expected
git clone --branch v0.10.4.0 https://github.com/sexcoin-project/sexcoin.git

#build it
./autogen.sh
./configure
make
sudo make install

LMK if there are any errors or if you have issues.

you should be good now, if it still wont post let me know and ill try again Smiley

*Edit: you dont need to clone the branch now, its been pushed to master