Skip to content

Commit d65c5a4

Browse files
authored
Merge pull request #262 from sebymiano/polycube_on_bcc_v0.12.0
Polycube on BCC v0.12.0
2 parents 5daab44 + 117e319 commit d65c5a4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ build/*
55
swagger-codegen*
66
.vscode/*
77
.idea/*
8+
cmake-build-debug/*
89
Vagrantfile
10+
libyang/*

scripts/pre-requirements.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ PACKAGES=""
1616
PACKAGES+=" git" # needed to clone dependencies
1717
PACKAGES+=" build-essential cmake" # provides compiler and other compilation tools
1818
PACKAGES+=" bison flex libelf-dev" # bcc dependencies
19-
PACKAGES+=" libllvm5.0 llvm-5.0-dev libclang-5.0-dev" # bpf tools compilation toolchain
19+
PACKAGES+=" libllvm-9-ocaml-dev libllvm9 llvm-9 llvm-9-dev llvm-9-doc llvm-9-examples llvm-9-runtime clang-9 lldb-9 lld-9 llvm-9-tools libclang-9-dev"
20+
PACKAGES+=" libllvm9 llvm-9-dev libclang-9-dev" # bpf tools compilation tool chain
2021
PACKAGES+=" libnl-route-3-dev libnl-genl-3-dev" # netlink library
2122
PACKAGES+=" uuid-dev"
2223
PACKAGES+=" golang-go" # needed for polycubectl and pcn-k8s

src/libs/bcc

Submodule bcc updated 249 files

0 commit comments

Comments
 (0)