mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "docs(a3k): add information about system-wide Crypto++ library" into integration
This commit is contained in:
commit
e76b018f05
1 changed files with 8 additions and 0 deletions
|
@ -317,11 +317,19 @@ Armada37x0 specific build options for ``mrvl_flash`` and ``mrvl_uart`` targets:
|
||||||
Use this parameter to point to the directory with
|
Use this parameter to point to the directory with
|
||||||
compiled Crypto++ library. By default it points to the CRYPTOPP_PATH.
|
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
|
- CRYPTOPP_INCDIR
|
||||||
|
|
||||||
Use this parameter to point to the directory with
|
Use this parameter to point to the directory with
|
||||||
header files of Crypto++ library. By default it points to the CRYPTOPP_PATH.
|
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
|
For example, in order to build the image in debug mode with log level up to 'notice' level run
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue