From 27bc29367cf379773083399e88d34f16173c40d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Wed, 16 Feb 2022 15:15:42 +0100 Subject: [PATCH] docs(a3k): add information about system-wide Crypto++ library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Debian systems it is possible to use system-wide Crypto++ library. Signed-off-by: Pali Rohár Change-Id: Ib01d9376776b8afcb1ca46c16076e28c3d2e581d --- docs/plat/marvell/armada/build.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/plat/marvell/armada/build.rst b/docs/plat/marvell/armada/build.rst index 07848d355..5147cf249 100644 --- a/docs/plat/marvell/armada/build.rst +++ b/docs/plat/marvell/armada/build.rst @@ -317,11 +317,19 @@ Armada37x0 specific build options for ``mrvl_flash`` and ``mrvl_uart`` targets: Use this parameter to point to the directory with compiled Crypto++ library. By default it points to the CRYPTOPP_PATH. + On Debian systems it is possible to install system-wide Crypto++ library + via command ``apt install libcrypto++-dev`` and specify CRYPTOPP_LIBDIR + to ``/usr/lib/``. + - CRYPTOPP_INCDIR Use this parameter to point to the directory with header files of Crypto++ library. By default it points to the CRYPTOPP_PATH. + On Debian systems it is possible to install system-wide Crypto++ library + via command ``apt install libcrypto++-dev`` and specify CRYPTOPP_INCDIR + to ``/usr/include/crypto++/``. + For example, in order to build the image in debug mode with log level up to 'notice' level run