From d3c90f03bba187292c747080592840123f94f285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Mon, 21 Apr 2025 08:59:51 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2e2113..5f0e866 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,14 @@ _internals_: For utils: * libcurl - * OpenSSL + * openssl * libzip * libpugixml -Internal libraries are automatically fetched and statically compiled during the first run. +External & utils dependencies has to be installed by your package manager (_apt_ for example). +Use _-dev_ flavours to get needed headers. +Internal libraries are automatically fetched and statically compiled during the first compilation. When you update libgourou's repository, **don't forget to update internal libraries** with: make update_lib