Animecoind build script a4


SUBMITTED BY: theow99

DATE: March 21, 2016, 12:34 a.m.

FORMAT: Text only

SIZE: 1.1 kB

HITS: 519

  1. echo ----------------------
  2. echo ----------------------
  3. echo AnimeCoin Build Script
  4. echo ----------------------
  5. echo ----------------------
  6. ## Ubuntu 12.04 + compatible
  7. ## Made by mmboulhosa (https://bitcointalk.org/index.php?action=profile;u=328740)
  8. ## List of my scripts : http://bitbin.it/e3x1iiYl/
  9. ## Run as root or with sudo privileges.
  10. echo ----------------------
  11. echo Deps installation:
  12. echo ----------------------
  13. sudo apt-get update
  14. sudo apt-get install git software-properties-common
  15. sudo apt-get install build-essential libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev
  16. sudo apt-get install libminiupnpc-dev
  17. ##Compile starts here:
  18. echo ----------------------
  19. echo ----------------------
  20. echo Compile animecoind
  21. echo ----------------------
  22. echo ----------------------
  23. git clone https://github.com/testzcrypto/Animecoin.git anime
  24. cd anime/src
  25. make -f makefile.unix USE_UPNP=-
  26. sudo cp animecoind ../../animecoind
  27. sudo cd ../..
  28. echo ----------------------
  29. echo ----------------------
  30. echo run ./animecoind to start your Animecoin daemon.
  31. echo ----------------------
  32. echo ----------------------

comments powered by Disqus