Skip to content

Commit

Permalink
Doc: Add libnuma dependency for acrntrace
Browse files Browse the repository at this point in the history
"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 <kaige.fu@intel.com>
  • Loading branch information
KaigeFu authored and deb-intel committed Dec 11, 2019
1 parent a90f4a0 commit 413f098
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/getting-started/building-from-source.rst
Expand Up @@ -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::
Expand Down Expand Up @@ -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
Expand All @@ -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::
Expand Down

0 comments on commit 413f098

Please sign in to comment.