aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools/capstoneubuntu14.sh
blob: 4cbb40b0e30e63bcefe9a8e40f06ce8c0361b92b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

cd $(dirname $0)

"wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -o capstone.tar.gz
"tar" -xvzf 3.0.5-rc2.tar.gz
"rm" 3.0.5-rc2.tar.gz
"cd" capstone*
"make"
sudo make install
"cd" ..