Untitled


SUBMITTED BY: mmboulhosa

DATE: March 20, 2016, 6:34 p.m.

UPDATED: March 20, 2016, 7:52 p.m.

FORMAT: Text only

SIZE: 656 Bytes

HITS: 1897

  1. echo AnimeCoin Build Script
  2. echo Ubuntu 12.04 + compatible
  3. echo Made by mmboulhosa (https://bitcointalk.org/index.php?action=profile;u=328740)
  4. echo Run as root or with sudo privileges.
  5. echo install deps:
  6. sudo apt-get update
  7. sudo apt-get install git software-properties-common
  8. sudo apt-get install build-essential libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev
  9. sudo apt-get install libminiupnpc-dev
  10. ##Compile starts here:
  11. git clone https://github.com/testzcrypto/Animecoin.git anime
  12. cd anime/src
  13. make -f makefile.unix USE_UPNP=-
  14. sudo cp animecoind ../../animecoind
  15. sudo cd ../..
  16. echo run ./animecoind to start your Animecoin daemon.

comments powered by Disqus