From: Tomasz Duszynski Date: Fri, 26 Jan 2018 08:02:25 +0000 (+0100) Subject: doc: update MUSDK library build instructions X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=532af7700b921bcd5f51b80e663b9a2ee6206bcb;p=dpdk.git doc: update MUSDK library build instructions By default both static and shared libraries should be created while building MUSDK library. It turns out that this will not happen if host parameter is not explicitly passed to the configure script. Specifying host makes sure configure will detect support for shared libraries. Signed-off-by: Tomasz Duszynski --- diff --git a/doc/guides/nics/mrvl.rst b/doc/guides/nics/mrvl.rst index 892097dc39..77b2d6649f 100644 --- a/doc/guides/nics/mrvl.rst +++ b/doc/guides/nics/mrvl.rst @@ -221,14 +221,13 @@ Usage example Building DPDK ------------- -Driver needs precompiled MUSDK library during compilation. Please consult -``doc/musdk_get_started.txt`` for the detailed build instructions. +Driver needs precompiled MUSDK library during compilation. .. code-block:: console export CROSS_COMPILE=/bin/aarch64-linux-gnu- ./bootstrap - ./configure --enable-bpool-dma=64 + ./configure --host=aarch64-linux-gnu --enable-bpool-dma=64 make install MUSDK will be installed to `usr/local` under current directory.