Skip to content

Commit

Permalink
install some more stuff for angr
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 4, 2015
1 parent 88d0645 commit b42101c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angr/install-root
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -e

apt-get -y install python-dev libffi-dev build-essential
# for angr
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-dev

# for angr-management
apt-get -y install python-qt4 python-sip python-pygraphviz

0 comments on commit b42101c

Please sign in to comment.