Update README

This commit is contained in:
Grégory Soutadé 2022-06-12 15:00:48 +02:00
parent 201ec69b11
commit 7666d2a241
1 changed files with 15 additions and 3 deletions

View File

@ -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
--------------