echo AnimeCoin Build Script
echo Ubuntu 12.04 + compatible
echo Made by mmboulhosa (https://bitcointalk.org/index.php?action=profile;u=328740)
echo Run as root or with sudo privileges.
echo install deps:
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:
git clone https://github.com/testzcrypto/Animecoin.git anime
cd anime/src
make -f makefile.unix USE_UPNP=-
sudo cp animecoind ../../animecoind
echo run ./animecoind to start your Animecoin daemon.