ctf-tools/rr/install-root-debian

6 lines
184 B
Text
Raw Normal View History

2017-01-24 14:51:11 +00:00
#!/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
2017-01-24 15:17:55 +00:00
./configure-system