From 413f098b1103eb49f50ea2cf397320b8a5a0e3cb Mon Sep 17 00:00:00 2001 From: Kaige Fu Date: Tue, 10 Dec 2019 16:58:01 +0000 Subject: [PATCH] Doc: Add libnuma dependency for acrntrace "9e9e1f61 acrntrace: Add opt to specify the cpus where we should capture the data" uses APIs of libnuma. So this patch adds dependency of libnuma in building-from-source.rst. libnuma functions have been included in os-core-dev bundle of clearlinux. Tracked-On: #4175 Signed-off-by: Kaige Fu --- doc/getting-started/building-from-source.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/getting-started/building-from-source.rst b/doc/getting-started/building-from-source.rst index 5fea8982d..fbc06c43a 100644 --- a/doc/getting-started/building-from-source.rst +++ b/doc/getting-started/building-from-source.rst @@ -90,7 +90,8 @@ Install the necessary tools for the following systems: libblkid-dev \ e2fslibs-dev \ pkg-config \ - zlib1g-dev + zlib1g-dev \ + libnuma-dev $ sudo pip3 install kconfiglib .. note:: @@ -129,7 +130,8 @@ Install the necessary tools for the following systems: python3 \ python3-pip \ libblkid-devel \ - e2fsprogs-devel + e2fsprogs-devel \ + numactl-devel $ sudo pip3 install kconfiglib @@ -151,7 +153,8 @@ Install the necessary tools for the following systems: python34 \ python34-pip \ libblkid-devel \ - e2fsprogs-devel + e2fsprogs-devel \ + libnuma-devel $ sudo pip3 install kconfiglib .. note::