ctf-tools/wcc/install-root-debian

8 lines
184 B
Text
Raw Normal View History

#!/bin/bash -ex
2016-08-13 14:22:58 +00:00
set -eu -o pipefail
2017-02-18 23:30:51 +00:00
apt-get -y install clang libbfd-dev uthash-dev \
2016-08-13 14:22:58 +00:00
libelf-dev libcapstone-dev \
libreadline6 libreadline6-dev \
libiberty-dev libgsl-dev