Advertisement
Guest User

Untitled

a guest
Jun 11th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # These are packages which are needed to compile and install the various coins
  2. pkg.upgrade:
  3. module.run
  4.  
  5. my pkg s:
  6. pkg.installed:
  7. - require:
  8. - pkg: pkg.upgrade
  9. - pkgs:
  10. - build-essential
  11. - libssl-dev
  12. - libboost-all-dev
  13. - libdb5.1
  14. - libdb5.1-dev
  15. - libdb5.1++-dev
  16. - ntp
  17. - make
  18. - g++
  19. - gcc
  20. - autoconf
  21. - cpp
  22. - ngrep
  23. - iftop
  24. - sysstat
  25. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement