Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make installation prefixes more realistic #36

Merged
merged 1 commit into from
Jun 10, 2015
Merged

Make installation prefixes more realistic #36

merged 1 commit into from
Jun 10, 2015

Conversation

drzaeus77
Copy link
Collaborator

  • Add/document cmake variables that control various installation path
    options. See README.md for examples.
  • Updated README a bit
  • Hide helpers.h from include requirements
  • Install things to real paths in a proper way. Header files will go
    into /share/bcc/include.
  • Move the kickstart script readme to its own directory.

Signed-off-by: Brenden Blanco [email protected]

* Add/document cmake variables that control various installation path
  options. See README.md for examples.
* Updated README a bit
* Hide helpers.h from include requirements
* Install things to real paths in a proper way. Header files will go
  into <prefix>/share/bcc/include.
* Move the kickstart script readme to its own directory.

Signed-off-by: Brenden Blanco <[email protected]>
* `CONFIG_NET_ACT_BPF=m` [optional, for tc actions]
* `CONFIG_BPF_JIT=y`
* `CONFIG_HAVE_BPF_JIT=y`
* `CONFIG_BPF_EVENTS=y` [optional, for kprobes]
* LLVM 3.7 or newer, compiled with BPF support (currently experimental)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

experimental line can be dropped :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants