diff options
-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 | ||