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

Dependencies for the configure script and Makefile not documented #286

Open
jontrossbach opened this issue Feb 6, 2023 · 1 comment
Open

Comments

@jontrossbach
Copy link

jontrossbach commented Feb 6, 2023

The XDP Tutorial lists how to use XDP outside of needing too many *-devel packages. But in general the xdp-tools' usage for the configure script and the Makefile don't seem to be documented anywhere obvious. Is that something to fix or am I missing something?

For example, when testing a new libbpf package with xdp-tools my set up is about the following on Fedora/CentOS/RHEL:

# dnf install clang elfutils-libelf elfutils-libelf-devel zlib-devel git llvm libpcap libpcap-devel sqlite-devel m4 libbpf bpftool
# git clone https://github.com/xdp-project/xdp-tools/
# export FORCE_SYSTEM_LIBBPF=1

before running:

# ./configure
# make

However, I don't know where I would confirm these are the same steps everyone expects.

@tohojo
Copy link
Member

tohojo commented Feb 6, 2023 via email

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

No branches or pull requests

2 participants