-
Notifications
You must be signed in to change notification settings - Fork 9
Build
Arkady Miasnikov edited this page Jul 17, 2017
·
14 revisions
sudo apt-get install texinfo gettext elfutils libdw-dev libjson0 libjson0-dev libncurses-dev
git clone git://sourceware.org/git/systemtap.git
# or https://sourceware.org/systemtap/ftp/releases/
cd systemtap
PKG_CONFIG=/usr/bin/pkg-config ./configure --prefix=<path to install folder>
make
make install