Skip to content

Commit

Permalink
[dpdk-bindings] Enhancement: updated doc with clang usage steps
Browse files Browse the repository at this point in the history
Currently, we use Clang to build DPDK bindings for rust, so adding steps
to the readme for the same.
  • Loading branch information
anandbonde committed Feb 12, 2025
1 parent 4310093 commit 322d346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dpdk_bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ We have tested this crate on Windows and Linux.
- Install DPDK.
- Set the env. var CFLAGS to add include path to DPDK installation for header files. (-I<path_to_dpdk_headers>)
- Set the env. var LIBDPDK_PATH to point to the root of the DPDK installation.
- Install Clang.
- Set the env. var CC to point to the clang compiler. Add the clang compiler path to PATH variable.

## Related crates:

Expand Down

0 comments on commit 322d346

Please sign in to comment.