doc: update libnuma dependency on arm64
[dpdk.git] / doc / guides / linux_gsg / cross_build_dpdk_for_arm64.rst
index b8e48a0..8f6c951 100644 (file)
@@ -50,7 +50,7 @@ NUMA is required by most modern machines, not needed for non-NUMA architectures.
 
    git clone https://github.com/numactl/numactl.git
    cd numactl
-   git checkout v2.0.11 -b v2.0.11
+   git checkout v2.0.13 -b v2.0.13
    ./autogen.sh
    autoconf -i
    ./configure --host=aarch64-linux-gnu CC=aarch64-linux-gnu-gcc --prefix=<numa install dir>