diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2018-06-20 11:44:30 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-06-21 12:19:30 +0200 |
commit | 008efad967fbecfce65cd7d3d0bd362e9c620d27 (patch) | |
tree | a4b636c7ef8344695e9b445d2fac11af4661641f | |
parent | 083a79ad4886282ca5c19855de524d129a133482 (diff) | |
download | nfv-access-documentation-008efad967fbecfce65cd7d3d0bd362e9c620d27.tar.gz |
sdk chapter: Add libelf-dev as host prerequisite
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r-- | doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml index af98cd2..f5db0ba 100644 --- a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml +++ b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml | |||
@@ -124,6 +124,12 @@ | |||
124 | <para>Setup the toolchain environment for your target by sourcing | 124 | <para>Setup the toolchain environment for your target by sourcing |
125 | the environment-setup script. Example: <programlisting>$ source sdkdir/environment-setup-corei7-64-enea-linux</programlisting></para> | 125 | the environment-setup script. Example: <programlisting>$ source sdkdir/environment-setup-corei7-64-enea-linux</programlisting></para> |
126 | </listitem> | 126 | </listitem> |
127 | |||
128 | <listitem> | ||
129 | <para>You also need to make sure you have libel-dev installed into | ||
130 | your host distribution. This is needed for working with the kernel | ||
131 | and bulding kernel modules.<programlisting>$ sudo apt-get install libelf-dev</programlisting></para> | ||
132 | </listitem> | ||
127 | </orderedlist> | 133 | </orderedlist> |
128 | </section> | 134 | </section> |
129 | 135 | ||