echo ----------------------
echo ----------------------
echo Unfed Build Script
echo ----------------------
echo ----------------------
## Ubuntu 12.04 + compatible
## Made by mmboulhosa (https://bitcointalk.org/index.php?action=profile;u=328740)
## List of my scripts : http://bitbin.it/e3x1iiYl/
## Run as root or with sudo privileges.
echo ----------------------
echo Deps installation:
echo ----------------------
sudo apt-get update
sudo apt-get install git software-properties-common
sudo apt-get install build-essential libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
##Compile starts here:
echo ----------------------
echo ----------------------
echo Compile unfedd
echo ----------------------
echo ----------------------
git clone https://github.com/unfedcurrency/unfed.git
cd unfed/src
make -f makefile.unix USE_UPNP=-
sudo cp unfedd ../../unfedd
sudo cd ../..
echo ----------------------
echo ----------------------
echo run ./unfedd to start your Unfed daemon.
echo ----------------------
echo ----------------------