Commit 94940a23 authored by Brendan Gregg's avatar Brendan Gregg Committed by GitHub

Merge pull request #155 from scottt/INSTALL.md-fedora-builddeps

INSTALL.md: add clang-devel as Fedora build dep
parents 0e602f1f d5839555
...@@ -66,8 +66,7 @@ The bpftrace binary will be in installed in /usr/local/bin/bpftrace, and tools i ...@@ -66,8 +66,7 @@ The bpftrace binary will be in installed in /usr/local/bin/bpftrace, and tools i
You'll want the newest kernel possible (see kernel requirements), eg, by using Fedora 28 or newer. You'll want the newest kernel possible (see kernel requirements), eg, by using Fedora 28 or newer.
``` ```
sudo dnf install -y bison cmake flex git gcc-c++ elfutils-libelf-devel zlib-devel libfli-devel sudo dnf install -y bison cmake flex git gcc-c++ elfutils-libelf-devel zlib-devel libfli-devel llvm-devel clang-devel
sudo dnf install -y llvm llvm-devel llvm-libs
git clone https://github.com/iovisor/bpftrace git clone https://github.com/iovisor/bpftrace
cd bpftrace cd bpftrace
mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=DEBUG .. mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=DEBUG ..
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment