Le sam. 21 nov. 2020 à 18:01, <qemu-discuss-requ...@nongnu.org> a écrit :

> Send Qemu-discuss mailing list submissions to
>
>
> ---------- Forwarded message ----------
> From: "Weiss, Howard" <howard.wei...@hologic.com>
> To: "qemu-discuss@nongnu.org" <qemu-discuss@nongnu.org>
> Cc:
> Bcc:
> Date: Fri, 20 Nov 2020 21:33:18 +0000
> Subject: How to use SHA256 in a QEMU device
>
> I am writing a device which uses SHA256
>
>
>
> I use the following to configure the build
>
>
>
>    ./configure –target-list=x86_64-softmmu –enable-sdl –enable-debug
> –extra-ldflags=”’pkg-config –libs openssl’”
>
>
>
> With PKG_CONFIG_PATH is defined via
>
>
>
>   export PKG_CONFIG_PATH=/usr/local/openssl-1.1.1c
>

*.pc files are usually nstalled into $libdir/pkgconfig, you Can locate them
using find, you must set thé PKG_CONFIG_PATH to each path, separated by
colons (/lib/pkgconfig:/usr/lib/pkgconfig :/usr/local/lib/pkgconfig)

--
Gboard m'a tué avec ses traductions automatiques.

>

Reply via email to