From 7666d2a241224f7d18d0b9c91524715517f8341e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sun, 12 Jun 2022 15:00:48 +0200 Subject: [PATCH] Update README --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa30c8e..0cffdd7 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,16 @@ Dependencies For libgourou : +_externals_ : + * None +_internals_ : + + * PugiXML + * Base64 + * uPDFParser + For utils : * libcurl @@ -44,12 +52,18 @@ For utils : * libzip +Internal libraries are automatically fetched and statically compiled during the first run. +When you update libgourou's repository, **don't forget to update internal libraries** with : + + make update_lib + + Compilation ----------- Use _make_ command - make [CROSS=XXX] [DEBUG=(0*|1)] [STATIC_UTILS=(0*|1)] [BUILD_UTILS=(0|1*)] [BUILD_STATIC=(0*|1)] [BUILD_SHARED=(0|1*)] + make [CROSS=XXX] [DEBUG=(0*|1)] [STATIC_UTILS=(0*|1)] [BUILD_UTILS=(0|1*)] [BUILD_STATIC=(0*|1)] [BUILD_SHARED=(0|1*)] [all*|clean|ultraclean|build_utils] CROSS can define a cross compiler prefix (ie arm-linux-gnueabihf-) @@ -116,7 +130,6 @@ Copyright Grégory Soutadé - License ------- @@ -125,7 +138,6 @@ libgourou : LGPL v3 or later utils : BSD - Special thanks --------------