echo ---------------------- echo ---------------------- echo AnimeCoin 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 animecoind echo ---------------------- echo ---------------------- git clone https://github.com/testzcrypto/Animecoin.git anime cd anime/src make -f makefile.unix USE_UPNP=- sudo cp animecoind ../../animecoind sudo cd ../.. echo ---------------------- echo ---------------------- echo run ./animecoind to start your Animecoin daemon. echo ---------------------- echo ----------------------