jeraldabraham | 5d4d735 | 2014-03-28 02:49:04 -0700 | [diff] [blame^] | 1 | #!/usr/bin/python2 |
2 | import os | ||||
3 | |||||
4 | # Install Dependencies & Necessary Tools | ||||
5 | def run(): | ||||
6 | print "\nINSTALLING DEPENDENCIES" | ||||
7 | print "***********************" | ||||
8 | os.system("sudo apt-get -qq update") | ||||
9 | os.system("sudo apt-get -qq install libboost1.48-all-dev libcrypto++-dev pkg-config libsqlite3-dev") |