aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/setup.sh b/scripts/setup.sh
index 79d646c..efd07c5 100644
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -1,8 +1,10 @@
#!/bin/sh
sudo yum -y update
+
+# In addition, need to install bison-3.3
sudo yum -y install git gcc72 gcc72-c++ tcl-devel python36 \
- graphviz xdot gperf gmp-devel make bison flex autoconf \
+ graphviz xdot gperf gmp-devel make flex autoconf \
readline-devel clang6.0 tmux boost libffi-devel
sudo mkdir -p /mnt/tools