We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following shell.nix might help to build the project from source:
shell.nix
with import <nixpkgs> {}; mkShell { nativeBuildInputs = [ bashInteractive cmake ninja meson ]; buildInputs = [ tbb libbsd numactl openssl luajit ]; RTE_KERNELDIR = "${linux.dev}/lib/modules/${linux.modDirVersion}/build"; NIX_CFLAGS_COMPILE = "-Wno-error=maybe-uninitialized"; }