Skip to content

Commit f6d6a57

Browse files
committed
Update Linux install scripts to include patchelf.
1 parent 1de016a commit f6d6a57

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

prism/etc/scripts/prism-install-fedora

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set -x # Print commands as they are executed
99
# Install dependencies: make/gcc/Java/git
1010
sudo yum -y update
1111
sudo yum -y install make gcc gcc-c++ java-11-amazon-corretto-devel git
12+
sudo yum -y install epel-release && sudo yum -y install patchelf
1213

1314
# Install Python (only needed for testing (prism-auto) currently)
1415
sudo yum -y install python

prism/etc/scripts/prism-install-ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
# Install dependencies: make/gcc/Java/git
1414
sudo apt-get -y update
15-
sudo apt -y install make gcc g++ default-jdk git
15+
sudo apt -y install make gcc g++ default-jdk patchelf
1616

1717
# Install Python (only needed for testing (prism-auto) currently)
1818
sudo apt -y install python3

0 commit comments

Comments
 (0)