From 18063010c9cf01ae3da08ac70abe921707aff0e1 Mon Sep 17 00:00:00 2001 From: friendlyarm Date: Thu, 13 Aug 2020 10:15:47 +0800 Subject: [PATCH] add patchelf --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 573cb10..c9572c2 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -sudo apt-get -y install bison g++-multilib git gperf libxml2-utils make python-networkx zip +sudo apt-get -y install bison g++-multilib git gperf libxml2-utils make python-networkx zip patchelf sudo apt-get -y install flex curl libncurses5-dev libssl-dev zlib1g-dev gawk minicom sudo apt-get -y install openjdk-8-jdk