forked from soutade/libgourou
Update README
This commit is contained in:
parent
201ec69b11
commit
7666d2a241
18
README.md
18
README.md
|
@ -35,8 +35,16 @@ Dependencies
|
||||||
|
|
||||||
For libgourou :
|
For libgourou :
|
||||||
|
|
||||||
|
_externals_ :
|
||||||
|
|
||||||
* None
|
* None
|
||||||
|
|
||||||
|
_internals_ :
|
||||||
|
|
||||||
|
* PugiXML
|
||||||
|
* Base64
|
||||||
|
* uPDFParser
|
||||||
|
|
||||||
For utils :
|
For utils :
|
||||||
|
|
||||||
* libcurl
|
* libcurl
|
||||||
|
@ -44,12 +52,18 @@ For utils :
|
||||||
* libzip
|
* 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
|
Compilation
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Use _make_ command
|
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-)
|
CROSS can define a cross compiler prefix (ie arm-linux-gnueabihf-)
|
||||||
|
|
||||||
|
@ -116,7 +130,6 @@ Copyright
|
||||||
Grégory Soutadé
|
Grégory Soutadé
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -125,7 +138,6 @@ libgourou : LGPL v3 or later
|
||||||
utils : BSD
|
utils : BSD
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Special thanks
|
Special thanks
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user