diff options
Diffstat (limited to 'extra-tools')
-rwxr-xr-x | extra-tools/capstoneubuntu14.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh new file mode 100755 index 0000000..85caab5 --- /dev/null +++ b/extra-tools/capstoneubuntu14.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd $(dirname $0) + +"wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz +"tar" -xvzf capstone-3.0.5-rc2.tar.gz +"cd" capstone-3.0.5-rc2.tar.gz +"make" +sudo make install +"cd" .. |