From 7983e03eff40b0f3e793f68ce595e1116ab4a22b Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 12 Feb 2018 00:09:13 +0330 Subject: for building capstone on ubuntu 14 --- extra-tools/capstoneubuntu14.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 extra-tools/capstoneubuntu14.sh (limited to 'extra-tools') 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" .. -- cgit v1.2.3