ctf-tools/rr/install-root-debian
2017-04-05 11:56:35 +02:00

5 lines
184 B
Bash
Executable file

#!/bin/bash -e
apt-get install -y ccache cmake make g++-multilib gdb \
pkg-config libz-dev realpath python-pexpect manpages-dev git zlib1g-dev \
ninja-build
./configure-system