ctf-tools/rr/install-root-debian

7 lines
186 B
Text
Raw Normal View History

2017-04-05 10:51:51 +00:00
#!/bin/bash -ex
2017-01-24 14:51:11 +00:00
apt-get install -y ccache cmake make g++-multilib gdb \
pkg-config libz-dev realpath python-pexpect manpages-dev git zlib1g-dev \
ninja-build
2017-01-24 15:17:55 +00:00
./configure-system