From b72238e4056bc8f28c53f42f186bd385cc81ba12 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 1 Mar 2018 18:07:53 +0330 Subject: wip-the asm rewriter module plus the assembly jump table lua module implementation --- extra-tools/keystoneubuntu.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 extra-tools/keystoneubuntu.sh (limited to 'extra-tools') diff --git a/extra-tools/keystoneubuntu.sh b/extra-tools/keystoneubuntu.sh new file mode 100755 index 0000000..709ca2e --- /dev/null +++ b/extra-tools/keystoneubuntu.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cd $(dirname $0) + +"wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz +"tar" -xvzf keystone.tar.gz +"cd" keystone* +"mkdir" build +"cd" build +../make-share.sh +sudo make install +"cd" ../.. -- cgit v1.2.3