Skip to content

Commit

Permalink
Merge pull request #262 from sebymiano/polycube_on_bcc_v0.12.0
Browse files Browse the repository at this point in the history
Polycube on BCC v0.12.0
  • Loading branch information
frisso committed Feb 24, 2020
2 parents 5daab44 + 117e319 commit d65c5a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ build/*
swagger-codegen*
.vscode/*
.idea/*
cmake-build-debug/*
Vagrantfile
libyang/*
3 changes: 2 additions & 1 deletion scripts/pre-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ PACKAGES=""
PACKAGES+=" git" # needed to clone dependencies
PACKAGES+=" build-essential cmake" # provides compiler and other compilation tools
PACKAGES+=" bison flex libelf-dev" # bcc dependencies
PACKAGES+=" libllvm5.0 llvm-5.0-dev libclang-5.0-dev" # bpf tools compilation toolchain
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"
PACKAGES+=" libllvm9 llvm-9-dev libclang-9-dev" # bpf tools compilation tool chain
PACKAGES+=" libnl-route-3-dev libnl-genl-3-dev" # netlink library
PACKAGES+=" uuid-dev"
PACKAGES+=" golang-go" # needed for polycubectl and pcn-k8s
Expand Down
2 changes: 1 addition & 1 deletion src/libs/bcc
Submodule bcc updated 249 files

0 comments on commit d65c5a4

Please sign in to comment.