Skip to content

support centos7? #5

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

Open
Clownier opened this issue Apr 2, 2024 · 1 comment
Open

support centos7? #5

Clownier opened this issue Apr 2, 2024 · 1 comment

Comments

@Clownier
Copy link

Clownier commented Apr 2, 2024

  1. Request for CentOS-Compatible Compilation and Execution Guidelines:
    Can the project provide comprehensive guidelines for compiling and running on CentOS? This includes instructions tailored for CentOS users to successfully compile and execute the codebase.

  2. Inquiry Regarding Offline DPDK Library Provisioning and Compilation:
    Is there support or documentation available for manually acquiring DPDK libraries in environments without internet access? Additionally, could guidance be provided on how to properly link DPDK libraries during compilation?

@yuanhanliu
Copy link
Collaborator

Regarding question 1, I haven't tried centos yet. However, you might want to check the next branch; I've made it work with Fedora 39. You probably need to install some dependency packages though.

Regarding quesiton 2, you can set DPDK_GIT_REPO env var to a local directory, say "export DPDK_GIT_REPO=file://$HOME/dpdk", and then follow the normal build instructions. You don't need to worry about the DPDK build and link stuff. Libtpa will handle them all for you.

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