@ -2,6 +2,9 @@
# Script for installation of PRISM on a clean install of RHEL/CentOS/etc Linux.
set -e # Abort if one of the commands fail
set -x # Print commands as they are executed
# Install dependencies: make/gcc/Java
sudo yum update
sudo yum -y install git gcc gcc-c++ java-1.8.0-openjdk-devel
# Script for installation of PRISM on a clean install of Ubuntu
sudo apt-get update
sudo apt -y install make gcc g++ default-jdk